-
Notifications
You must be signed in to change notification settings - Fork 781
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
[pwrmgr,ipgen] Convert pwrmgr to ipgen #19801
Commits on Oct 5, 2023
-
[util,topgen] Clean some of the code
This has no functional changes. Format the code with lintpy. Simplify some path handling. Add more typing in function declarations. Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cc8f96 - Browse repository at this point
Copy the full SHA 4cc8f96View commit details -
[util,ipgen] Minor fix in error message
Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 979b217 - Browse repository at this point
Copy the full SHA 979b217View commit details -
[ip_templates,hjson] Remove clutter
Remove redundant commas and quotes. Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1632a05 - Browse repository at this point
Copy the full SHA 1632a05View commit details -
[pwrmge,ip_gen] Add tpldesc hjson file
Populate the default for object parameters with representative data. Ideally these should have an associated validator function. Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c151d7 - Browse repository at this point
Copy the full SHA 8c151d7View commit details -
[pwrmgr,ipgen] Copy all hw/ip/pwrmgr files to ip_templates
This is a straight copy with no changes to the files. Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16498ce - Browse repository at this point
Copy the full SHA 16498ceView commit details -
[pwrmgr,ipgen] Turn a few more files into templates
The files are almost identical to the previous ones, except they use ${top_name} instead of a specific name and consecutive '#' are escaped so they are not considered md comments. This escape replaces things like `###` by `${"###"}`. Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccf55ca - Browse repository at this point
Copy the full SHA ccf55caView commit details -
[pwrmgr,ipgen] Generate pwrmgr ip_autogen files with topgen
This changes topgen.py to generate pwrmgr using ipgen instead of the former way. The old hw/<top>/ip/pwrmgr files are no longer created by topgen. Other than the change in topgen.py, all new files are just a side-effect of running `make -C hw`. Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c76540b - Browse repository at this point
Copy the full SHA c76540bView commit details -
[pwrmgr,ipgen] Fix BUILD files
Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 765ed34 - Browse repository at this point
Copy the full SHA 765ed34View commit details -
[pwrmgr,ipgen] Fix pwrmgr template and autogen core files
Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a365b66 - Browse repository at this point
Copy the full SHA a365b66View commit details -
[pwrmgr,ipgen] Fix hjson files
Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20d91d3 - Browse repository at this point
Copy the full SHA 20d91d3View commit details -
[pwrmgr,ipgen] Fix link in non-generated dif header
Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a310db7 - Browse repository at this point
Copy the full SHA a310db7View commit details -
[pwrmgr,ipgen] Fix paths in verible allowlist
Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af4f990 - Browse repository at this point
Copy the full SHA af4f990View commit details -
[pwrmgr,ipgen] Fix documentation collateral
Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a00ef0 - Browse repository at this point
Copy the full SHA 2a00ef0View commit details -
[pwrmgr,ipgen] Remove the hw/ip/pwrmgr and their autogen files
Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad26929 - Browse repository at this point
Copy the full SHA ad26929View commit details -
[pwrmgr,ipgen] Fix top_englishbreakfast build
Signed-off-by: Guillermo Maturana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93e2f6d - Browse repository at this point
Copy the full SHA 93e2f6dView commit details