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

makefile boom source directory #12

Closed
Shuiliusheng opened this issue Jan 20, 2021 · 2 comments
Closed

makefile boom source directory #12

Shuiliusheng opened this issue Jan 20, 2021 · 2 comments

Comments

@Shuiliusheng
Copy link

CHISEL_SRC := $(foreach path, src/main rocket-chip/src/main riscv-boom/src/main, $(shell test -d $(path) && find $(path) -iname "*.scala"))
Do I need to modify "riscv-boom/src/main" to "generators/riscv-boom/src/main"?
Thank you.

@eugene-tarassov
Copy link
Owner

Normally, this line is not needed. It is only useful if you want to checkout different version of riscv-boom and do incremental rebuild of the project. But it is better to run a clean build in such case. I will commit a fix anyway.

@eugene-tarassov
Copy link
Owner

I have updated the Makefile

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

No branches or pull requests

2 participants