Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CV_CORE_PATH for optionally having rtl repo dir symlinked locally #543

Merged
merged 1 commit into from
Mar 30, 2021

Conversation

silabs-robin
Copy link
Contributor

This PR adds the possibility to point a core directory in core-v-cores to a local directory via symlink. This is instead of cloning.
The benefit is that one doesn't have to be afraid of some make clean or other scripts accidentally wiping the core directory.
Hence one can safely work on a core's RTL and run ci_check, clean-build core-v-verif, etc.

(This is something we had locally, intermediately before the "multi-design" core-v-verif repo was ready. I am merely porting it over to the github repo now.)

Signed-off-by: Robin Pedersen <Robin.Pedersen@silabs.com>
@@ -76,22 +76,26 @@ $(error Must define a COMPLIANCE_REPO to use the common makefile)
endif
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This diff of Common.mk is a bit difficult to read because diff gets confused by the similarity of the lines.
It is easier read by opening the entire file.

@MikeOpenHWGroup MikeOpenHWGroup merged commit e854d26 into openhwgroup:cv32e40x/dev Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants