Skip to content

Commit

Permalink
Merge pull request #18 from nwf/202410-bump_ibex
Browse files Browse the repository at this point in the history
Bump cheriot-ibex submodule
  • Loading branch information
kliuMsft authored Oct 30, 2024
2 parents dc86eeb + 6927b12 commit 55bfc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheriot-ibex
Submodule cheriot-ibex updated 62 files
+15 −0 CREDITS.md
+0 −0 dv/cheriot/fcov/core_ibex_csr_categories.svh
+0 −0 dv/cheriot/fcov/core_ibex_fcov_bind.sv
+90 −43 dv/cheriot/fcov/core_ibex_fcov_if.sv
+515 −45 dv/cheriot/fcov/module_dv_ext.sv
+42 −0 dv/cheriot/fv/ibexc.jp.f
+23 −0 dv/cheriot/fv/ibexc.tcl
+2 −0 dv/cheriot/fv/run_jg
+5 −4 dv/cheriot/run/ibexc.vcs.f
+35 −6 dv/cheriot/scripts/compare_trace.py
+4 −2 dv/cheriot/tb/cap_err_gen.sv
+0 −717 dv/cheriot/tb/core_ibex_pmp_fcov_if.sv
+1 −1 dv/cheriot/tb/data_mem_model.sv
+15 −2 dv/cheriot/tb/instr_mem_model.sv
+29 −4 dv/cheriot/tb/tb_cheriot_top.sv
+13 −0 dv/testrig/README.md
+586 −0 dv/testrig/dii_toplevel_sim.cpp
+60 −0 dv/testrig/dpi/testrig.cc
+108 −0 dv/testrig/dpi/testrig.hh
+53 −0 dv/testrig/dpi/testrig_dpi.cc
+21 −0 dv/testrig/dpi/testrig_dpi.h
+43 −0 dv/testrig/dpi/testrig_dpi.svh
+64 −0 dv/testrig/ibex_testrig.core
+284 −0 dv/testrig/ibex_top_sram.sv
+70 −0 dv/uvm/core_ibex/README-testrig.md
+34 −1 dv/uvm/core_ibex/common/ibex_cosim_agent/ibex_rvfi_monitor.sv
+12 −0 dv/uvm/core_ibex/common/ibex_cosim_agent/ibex_rvfi_pkg.sv
+38 −8 dv/uvm/core_ibex/common/ibex_cosim_agent/ibex_rvfi_seq_item.sv
+163 −0 dv/uvm/core_ibex/common/ibex_testrig_agent/ibex_testrig_agent.sv
+14 −0 dv/uvm/core_ibex/common/ibex_testrig_agent/ibex_testrig_agent_pkg.sv
+136 −0 dv/uvm/core_ibex/common/ibex_testrig_agent/ibex_testrig_dii_driver.sv
+39 −0 dv/uvm/core_ibex/env/core_ibex_dii_intf.sv
+12 −0 dv/uvm/core_ibex/env/core_ibex_testrig_env.sv
+8 −0 dv/uvm/core_ibex/env/core_ibex_testrig_env_pkg.sv
+132 −0 dv/uvm/core_ibex/ibex_testrig_dv.f
+1 −1 dv/uvm/core_ibex/tb/core_ibex_tb_top.sv
+217 −0 dv/uvm/core_ibex/tb/core_ibex_testrig_tb_top.sv
+150 −0 dv/uvm/core_ibex/tb/data_mem_model.sv
+220 −0 dv/uvm/core_ibex/tb/mem_obi_if.sv
+10 −0 dv/uvm/core_ibex/testrig_vcs_build.sh
+23 −0 dv/uvm/core_ibex/tests/core_ibex_testrig_test.sv
+34 −0 dv/uvm/core_ibex/vcs_testrig.tcl
+0 −2 rtl/cheri_decoder.sv
+36 −201 rtl/cheri_ex.sv
+10 −10 rtl/cheri_pkg.sv
+29 −14 rtl/cheri_regfile.sv
+24 −54 rtl/cheri_stkz.sv
+6 −118 rtl/ibex_controller.sv
+41 −31 rtl/ibex_core.sv
+28 −16 rtl/ibex_decoder.sv
+4 −4 rtl/ibex_id_stage.sv
+33 −31 rtl/ibex_load_store_unit.sv
+4 −2 rtl/ibex_top.sv
+5 −4 rtl/ibex_top_tracing.sv
+4 −2 rtl/ibexc_top.sv
+6 −2 rtl/ibexc_top_tracing.sv
+14 −0 vendor/SocketPacketUtils.lock.hjson
+11 −0 vendor/SocketPacketUtils.vendor.hjson
+1 −0 vendor/SocketPacketUtils/.gitignore
+224 −0 vendor/SocketPacketUtils/LICENCE
+324 −0 vendor/SocketPacketUtils/socket_packet_utils.c
+16 −0 vendor/SocketPacketUtils/socket_packet_utils.core

0 comments on commit 55bfc9d

Please sign in to comment.