Skip to content

Commit

Permalink
removing typo mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-108 committed Jan 17, 2025
1 parent 765c14e commit 964b2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/cva6_rvfi.sv
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ module cva6_rvfi
`CONNECT_RVFI_SAME(1'b1, icache)

`CONNECT_RVFI_SAME(CVA6Cfg.EnableAccelerator, acc_cons)

`CONNECT_RVFI_SAME(CVA6Cfg.RVZCMT, jvt)
`CONNECT_RVFI_FULL(1'b1, pmpcfg0, csr.pmpcfg_q[CVA6Cfg.XLEN/8-1:0])
`CONNECT_RVFI_FULL(CVA6Cfg.XLEN == 32, pmpcfg1, csr.pmpcfg_q[7:4])

Expand Down
2 changes: 1 addition & 1 deletion verif/sim/cva6.py
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ def check_verilator_version():

def check_tools_version():
check_cc_version()
# check_spike_version()
check_spike_version()
check_verilator_version()


Expand Down

0 comments on commit 964b2b8

Please sign in to comment.