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

Renaming script to allow multiple VeeR cores to coexist #230

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

koblonczek
Copy link
Contributor

This PR adds a script that seds relevant files and prefixes names of relevant entities so that multiple VeeR cores do not clash with each other during elaboration.

Usage instructions:

  1. Generate VeeR configuration - these files should get generated: common_defines.vh, el2_param.vh, el2_pdef.vh and pd_defines.vh
  2. At the top of the script set configuration variables: PREFIX to configure the prefix string, DEFINES_PATH to configure where files from step 1. reside and DESIGN_DIR to configure where the design directory with RTL sources resides
  3. Run the script. RTL sources in DESIGN_DIR will be modified, new headers (as those in step 1.) with prefixed name will be generated in DEFINES_PATH and old ones removed to prevent them from redefining their contents if used with another VeeR instance

Internal-tag: [#43412]
Signed-off-by: Krzysztof Obłonczek <[email protected]>
Internal-tag: [#43412]
Signed-off-by: Krzysztof Obłonczek <[email protected]>
Internal-tag: [#43412]
Signed-off-by: Krzysztof Obłonczek <[email protected]>
…t directory, remove old header files

Internal-tag: [#43412]
Signed-off-by: Krzysztof Obłonczek <[email protected]>
Internal-tag: [#43412]
Signed-off-by: Krzysztof Obłonczek <[email protected]>
Internal-tag: [#43412]
Signed-off-by: Krzysztof Obłonczek <[email protected]>
Internal-tag: [#43412]
Signed-off-by: Krzysztof Obłonczek <[email protected]>
Copy link

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

1 similar comment
Copy link

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

Internal-tag: [#43412]
Signed-off-by: Krzysztof Obłonczek <[email protected]>
Internal-tag: [#43412]
Signed-off-by: Krzysztof Obłonczek <[email protected]>
Internal-tag: [#43412]
Signed-off-by: Krzysztof Obłonczek <[email protected]>
@tmichalak tmichalak marked this pull request as ready for review September 24, 2024 14: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