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: Fix FPGA bootrom path #2774

Merged
merged 2 commits into from
Feb 19, 2025

Conversation

niwis
Copy link
Contributor

@niwis niwis commented Feb 18, 2025

src/bootrom/bootrom_$(XLEN).sv does not exist relative to the Makefile and is not built by the recipe. Like all other FPGA source files, prefix the full path to bootrom_$(XLEN).sv.

`src/bootrom/bootrom_$(XLEN).sv` does not exist relative to the Makefile
and is not built by the recipe. Like all other FPGA source files, prefix
the full path to `bootrom_$(XLEN).sv`.

Signed-off-by: Nils Wistoff <[email protected]>
Copy link
Contributor

✔️ successful run, report available here.

@JeanRochCoulon JeanRochCoulon merged commit a55db35 into openhwgroup:master Feb 19, 2025
4 checks passed
@niwis niwis deleted the nw/make-fix-fpga-rom-path branch February 20, 2025 01:40
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.

2 participants