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 insertion of include guards to VeeR config files, move assert enable flag to Makefile #154

Merged
merged 2 commits into from
Jan 4, 2024

Conversation

koluckirafal
Copy link
Contributor

Fixes #150.

Changes:

  • veer.config now adds guards to the generated Verilog include files to prevent multiple inclusion in RTL
  • RTL assertions are now enabled by passing assert=1 argument to Makefile while running simulations instead of using configuration flag.

mkurc-ant and others added 2 commits December 21, 2023 10:32
Internal-tag: [#52140]
Signed-off-by: Maciej Kurc <[email protected]>
Signed-off-by: Rafal Kolucki <[email protected]>
Internal-tag: [#52140]
Signed-off-by: Rafal Kolucki <[email protected]>
Copy link

Links to coverage and verification reports for this PR (#154) are available at https://chipsalliance.github.io/Cores-VeeR-EL2/

@tmichalak
Copy link
Collaborator

LGTM

@tmichalak tmichalak merged commit 3794853 into chipsalliance:main Jan 4, 2024
164 checks passed
@tmichalak tmichalak deleted the rkol/52140-assert branch October 22, 2024 13:29
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.

Improve readability and usability of common_defines.vh generated file
3 participants