forked from pulp-platform/carfield
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Extend parametrization to compiled software and initialized hardware. #7
Closed
Conversation
This file contains 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
…ference (pulp-platform#262) * WIP: add wce test. * Fix `buffer` accesses in `pulp-offload-intf.c` * Let `pulp_boot_default` be defined by `elf2header.py` * Point to yt/carfield branch for the `regression_tests` * Fix `carfield.mk` indentation * Correctly filter out `CAR_ELFLOAD_PULPD_INTF_SRC_C` from `CAR_SW_TEST_SRCS_C`
* Integrating 2nd master axi port for opentitan's IDMA * Finalize OpenTitan's idma port in carfield. Now passing the test. * Fixing linting errors. * Fixing typo * Bumping OT with fixes for CI and update CI with idma test. * Fix minor unclear stuff. * Fix last PR comments and typos. * Fix linting errs * Fix linting errs * Removing useless parameters from structs * Increasing to 3h the CI timeout * Bump PULP cluster and other IPs. --------- Co-authored-by: Maicol Ciani <[email protected]> Co-authored-by: Yvan Tortorella <[email protected]>
Closing this to open it on a different branch. |
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.
Since the HW design became highli parametric, this PR intends to reflect such parametrization also to the SW compilation and hardware initialization.
The env script containing the environment parameters for the design should also contain the export to some environment variables that define wether an island is used or not. These environment variables allow for:
Could be interesting to backport it to Carfield, @alex96295 what do you think?
This PR also alignes Cheshire so that: