forked from lowRISC/opentitan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[reggen] Add unpacked_dimensions field to parameters
This allows you to specify unpackage dimensions which are placed after the name of the parameter, e.g. parameter type_t param_name [2][3] [2][3] would be the unpacked dimensions. This is required to support the new method of specifying PMP reset values via paramters for Ibex. This commit just adds the field to the BaseParam class and allows reggen to read it, it doesn't use the new field for anything. Signed-off-by: Greg Chadwick <[email protected]>
- Loading branch information
Showing
3 changed files
with
32 additions
and
9 deletions.
There are no files selected for viewing
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
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
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