-
Notifications
You must be signed in to change notification settings - Fork 791
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
[rv_core_ibex] Re-venor Ibex #20890
[rv_core_ibex] Re-venor Ibex #20890
Conversation
Update code from upstream repository https://github.com/lowRISC/ibex.git to revision 56413ecf103342fb7d53c31f182ac930209267df * [icache] Disable S&P diffusion layer in memory scrambling (Michael Schaffner) * [dv] Fix paths in `merge_cov.py` (Sᴜᴘᴇʀ Lᴇᴇ) * Tweak questa timescale argument (Harry Callahan) * Fixup the questa build/sim command templates in rtl_simulation.yaml (Harry Callahan) * [rtl] Fix FI vulnerability in RF (Pascal Nasahl) * [doc] Update cosim version (Pascal Nasahl) * [util] Update check_tool_requirements.py (Gary Guo) * [rtl] Avoid name collision in ibex_pmp.sv (Rupert Swarbrick) * [dv] Fix performance counter printing in simple system (Rupert Swarbrick) * Fix spelling of separator (Rupert Swarbrick) * [dv] Add an extra key to common_project_cfg.hjson (Rupert Swarbrick) * [verilator] Slight refactor in ibex_tracer to avoid BLKSEQ warning (Rupert Swarbrick) * [verilator] Waive MULTIDRIVEN warning in ibex_tracer.sv (Rupert Swarbrick) * [ibex_pmp/lint] Declare functions before using them (Michael Schaffner) * Update google_riscv-dv to chipsalliance/riscv-dv@71666eb (Greg Chadwick) * [dv] Fix ibex_cmd.py (Greg Chadwick) * Port directed_test_schema.py to recent versions of Pydantic (Rupert Swarbrick) * Tweak ibex_cmd.py to fail more cleanly (Rupert Swarbrick) * Remove (empty) Verible waiver file (Rupert Swarbrick) * [doc] Fix background of Icache block (Marno van der Maas) * [doc] Fix background in block diagram (Marno van der Maas) * Update google_riscv-dv to chipsalliance/riscv-dv@08b1206 (Marno van der Maas) * [dv,doc] Point reference to lowRISC branch (Marno van der Maas) * [dv] Move DVSIM data structures (Marno van der Maas) * [dv] Add common_ifs_pkg.sv to DV files (Marno van der Maas) * [doc] Fix documented mstatus reset value (Greg Chadwick) * [dv] New directed test to cover some scenarios with U-mode execution (Greg Chadwick) * [dv] Fix SET_PMP_CFG macro used by directed tests (Greg Chadwick) * [dv,fcov] Add additional illegal bins to PMP fcov (Greg Chadwick) * [dv, fcov] Increase iterations of riscv_mem_intg_error_test (Greg Chadwick) * Use correct format string for $value$plusargs (Rupert Swarbrick) * Reorder classes in ibex_debug_triggers_overrides.sv (Rupert Swarbrick) * Express some coverpoint crosses in an equivalent way (Rupert Swarbrick) * Drop an import from inside of a class (Rupert Swarbrick) * Re-export imported symbols from ibex_mem_intf_pkg (Rupert Swarbrick) * Bump Spike minimum version (Rupert Swarbrick) * Correct type in scripts_lib.py's run_one (Rupert Swarbrick) * [dv] Add asserts to check alerts for memory integrity failures (Greg Chadwick) * Drop a double entry in rtl_simulation.yaml (Rupert Swarbrick) Signed-off-by: Michael Schaffner <[email protected]>
Signed-off-by: Michael Schaffner <[email protected]>
This looks sensible to me. Other people might notice the line count diff as I did. But it's not as dramatic as it looks.
I don't know why we have this ugly nested vendoring structure, but I just looked and it's due to me back in April 2022(!) Long term, maybe we can get rid of the silliness, but it's definitely not a problem for this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This supersedes #20850 and is thus also takes care of #20715. I was thinking to also include another RTL improvement for the lockstep comparison enable (see #20779) but fixing this inside Ibex related in some tooling challenges. We'll thus do another vendor PR to get the lockstep comparison enable improvement. |
Hm, most likely this PR also misses an update to the hw/ip/rv_core_ibex/lint/rv_core_ibex.waiver file. I'll include the fix in this PR. |
Signed-off-by: Pirmin Vogel <[email protected]>
Update: I've pushed the AscentLint waiver update and will merge this PR once Kokore succeeds. Everything else successfully passed the CI pipeline before. |
Thanks for pushing this through, @vogelpi! |
This will fix #20788