Conversation
45d5e90 to
47be17f
Compare
Collaborator
Author
|
Verilator compilation is failing, on what apparently seems to be a tool limitation. Waiting for feedback on verilator/verilator#5786. |
This is required cause an absolute path to `snitch_bootrom.sv` is used in the Make dependency list, while a relative path is used in a rule target. This would lead to a "No rule to make target" error when building the HW after a `make clean`.
47be17f to
c4a4415
Compare
Collaborator
Author
|
Verilator issue above has been fixed upstream. To merge this we must however either wait for a new release, or temporarily disable the Verilator jobs in the CI, or temporarily revert the clock period fix. |
fischeti
approved these changes
Feb 20, 2025
Contributor
fischeti
left a comment
There was a problem hiding this comment.
LGTM, I would just separate the the clock period change into its own PR and leave it open until there is a new Verilator release.
ddeb573 to
0d0ee51
Compare
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR supersedes #203, integrating fixes to a couple other regressions resulting from #168.
Namely:
AliasRegionEnableis 0, as per Fix XBAR DMA address rules, add assertions #203Revert the testbench clock period back to 1ns from 10ns(moved to target: Fix testbench clock period regression from #168 #205)snitch_bootrom.svgeneration, presenting spurious changes without explicit modification