mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 05:37:16 -04:00
rvfi_tracer.sv: Use correct width for 'tohost' address. (#1098)
This commit is contained in:
parent
d9933a5f86
commit
c945d9ac68
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ module rvfi_tracer #(
|
|||
input rvfi_pkg::rvfi_instr_t[NR_COMMIT_PORTS-1:0] rvfi_i
|
||||
);
|
||||
|
||||
logic[riscv::XLEN-1:0] TOHOST_ADDR;
|
||||
logic[riscv::PLEN-1:0] TOHOST_ADDR;
|
||||
int f;
|
||||
int unsigned SIM_FINISH;
|
||||
initial begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue