Skip to content

Commit

Permalink
Merge pull request #2198 from silabs-krdosvik/X
Browse files Browse the repository at this point in the history
rename to follow name convention
  • Loading branch information
silabs-robin authored Oct 2, 2023
2 parents e736d99 + c50d8fe commit d6eab29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/clonetb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ clone() {
clone_cv32e40x() {
CV_CORE=cv32e40x
VERIF_ENV_REPO=https://github.com/openhwgroup/cv32e40x-dv.git
VERIF_ENV_REF=fe59754f31a4c818d3a0fd025c3e61ee41a7e9c4
VERIF_ENV_REF=e7bae19ebc7806021f909d49484c66d302b2f8a8
clone

ignore_cloned_directory
Expand Down
4 changes: 2 additions & 2 deletions lib/uvm_agents/uvma_rvfi/uvma_rvfi_instr_if.sv
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ interface uvma_rvfi_instr_if_t
input logic [(NMEM*XLEN)-1:0] rvfi_mem_wdata,
input logic [(NMEM*XLEN/8)-1:0] rvfi_mem_wmask,

input logic [2:0] instr_prot,
input logic [2:0] rvfi_instr_prot,
input logic [1:0] rvfi_instr_memtype,
input logic rvfi_instr_dbg,
input logic [ NMEM*3-1:0] mem_prot,
input logic [ NMEM*3-1:0] rvfi_mem_prot,
input logic [ 1*NMEM-1:0] rvfi_mem_exokay,
input logic [ 1*NMEM-1:0] rvfi_mem_err,
input logic [ 6*NMEM-1:0] rvfi_mem_atop,
Expand Down

0 comments on commit d6eab29

Please sign in to comment.