We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7b1a1 commit 64c2becCopy full SHA for 64c2bec
dv/uvm/core_ibex/tb/core_ibex_tb_top.sv
@@ -185,7 +185,7 @@ module core_ibex_tb_top;
185
assign rvfi_if.rd_addr = dut.rvfi_rd_addr;
186
assign rvfi_if.rd_wdata = dut.rvfi_rd_wdata;
187
assign rvfi_if.pc_rdata = dut.rvfi_pc_rdata;
188
- assign rvfi_if_pc_wdata = dut.rvfi_pc_wdata;
+ assign rvfi_if.pc_wdata = dut.rvfi_pc_wdata;
189
assign rvfi_if.mem_addr = dut.rvfi_mem_addr;
190
assign rvfi_if.mem_rmask = dut.rvfi_mem_rmask;
191
assign rvfi_if.mem_rdata = dut.rvfi_mem_rdata;
0 commit comments