rvfi_tracer.sv: Use correct width for 'tohost' address. (#1098)

This commit is contained in:
Zbigniew Chamski 2023-03-13 18:03:21 +01:00 committed by GitHub
parent d9933a5f86
commit c945d9ac68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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