-
Notifications
You must be signed in to change notification settings - Fork 804
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
[multitop_dev] Reinstate all_files and remove files from opentitan_{ip,top} #25375
Draft
pamaury
wants to merge
110
commits into
lowRISC:multitop_dev
Choose a base branch
from
pamaury:multitop_dev_all_files
base: multitop_dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Those rules are essentially glorified filegroups that keep track of the various types of files that make up an IP/top: hsjon, RTL and doc. Finer-grained groups could be added in the future, e.g. distinguish DV from RTL, add testplans, etc Signed-off-by: Amaury Pouly <[email protected]>
Use an empty list of IPs for now. The IP rewriting script expects to find this field to add IPs to the list. Signed-off-by: Amaury Pouly <[email protected]>
The new rule takes an input a target created by opentitan_top and will eventually replace the old one that directly used an hjson file. Signed-off-by: Amaury Pouly <[email protected]>
This package will eventually contain top-related artefacts derived from the top description: headers, linker files, multi-top, etc Currently, it only contains a single item //hw/top:top that points to //hw/top_earlgrey:top_earlgrey Signed-off-by: Amaury Pouly <[email protected]>
For now the list of IPs is empty but the infrastructure is there. The IP rewrite except a list of IPs to add new ones. Signed-off-by: Amaury Pouly <[email protected]>
This file should be exported because it is used in rules/otp.bzl The only reason why it worked because is that the "all_files" filegroup in otp_ctrl/data captures that files Signed-off-by: Amaury Pouly <[email protected]>
Register headers always the use "<name>.h" include path to avoid depending on where the rule that creates them is located at. For some reason, some files were using an explicit path. Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Update template, replace all old targets with the new ones, regenerate top. Signed-off-by: Amaury Pouly <[email protected]>
Update template, replace all old targets with the new ones, regenerate top. Signed-off-by: Amaury Pouly <[email protected]>
Update template, replace all old targets with the new ones, regenerate top. Signed-off-by: Amaury Pouly <[email protected]>
Update template, replace all old targets with the new ones, regenerate top. Signed-off-by: Amaury Pouly <[email protected]>
Update template, replace all old targets with the new ones, regenerate top. Signed-off-by: Amaury Pouly <[email protected]>
Update template, replace all old targets with the new ones, regenerate top. Signed-off-by: Amaury Pouly <[email protected]>
Replace old targets with the new ones. Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/adc_ctrl/data/adc_ctrl.hjson --top hw/top_earlgrey hw/ip/adc_ctrl Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/aes/data/aes.hjson --top hw/top_earlgrey hw/ip/aes Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/aon_timer/data/aon_timer.hjson --top hw/top_earlgrey hw/ip/aon_timer Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/csrng/data/csrng.hjson --top hw/top_earlgrey hw/ip/csrng Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/edn/data/edn.hjson --top hw/top_earlgrey hw/ip/edn Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/entropy_src/data/entropy_src.hjson --top hw/top_earlgrey hw/ip/entropy_src Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/gpio/data/gpio.hjson --top hw/top_earlgrey hw/ip/gpio Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/hmac/data/hmac.hjson --top hw/top_earlgrey hw/ip/hmac Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/i2c/data/i2c.hjson --top hw/top_earlgrey hw/ip/i2c Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/keymgr/data/keymgr.hjson --top hw/top_earlgrey hw/ip/keymgr Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/kmac/data/kmac.hjson --top hw/top_earlgrey hw/ip/kmac Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/lc_ctrl/data/lc_ctrl.hjson --top hw/top_earlgrey hw/ip/lc_ctrl Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/otbn/data/otbn.hjson --top hw/top_earlgrey --keep-all-files hw/ip/otbn Signed-off-by: Amaury Pouly <[email protected]>
This commit was generated by running /home/pamaury/project/opentitan/util/rewrite_hw.py -v -g --root /home/pamaury/project/opentitan --hjson hw/ip/otp_ctrl/data/otp_ctrl.hjson --top hw/top_earlgrey hw/ip/otp_ctrl Signed-off-by: Amaury Pouly <[email protected]>
This rules runs util/autogen_testutils.py Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Some dependencies depend on the top. For now manually select the right ones. Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
This can be used for blocks where the numerical index as no meaning but the top gave it a meaningful name, e.g. kDtIndexSramCtrlRetAon, kDtIndexSramCtrlMain. Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Because it is written in assembly, we cannot use the C headers but at least we can create some defines and handle english breakfast. Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
There are no DT structures to store the eflash size yet so use ifdef for now. Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
Signed-off-by: Amaury Pouly <[email protected]>
pamaury
force-pushed
the
multitop_dev
branch
from
November 26, 2024 16:52
7ac56a7
to
ec16033
Compare
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.
No description provided.