Skip to content

Commit 64c2bec

Browse files
ctopalGregAC
authored andcommitted
Fixup RVFI connection for pc_wdata
Signed-off-by: Canberk Topal <ctopal@lowrisc.org>
1 parent cf7b1a1 commit 64c2bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dv/uvm/core_ibex/tb/core_ibex_tb_top.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ module core_ibex_tb_top;
185185
assign rvfi_if.rd_addr = dut.rvfi_rd_addr;
186186
assign rvfi_if.rd_wdata = dut.rvfi_rd_wdata;
187187
assign rvfi_if.pc_rdata = dut.rvfi_pc_rdata;
188-
assign rvfi_if_pc_wdata = dut.rvfi_pc_wdata;
188+
assign rvfi_if.pc_wdata = dut.rvfi_pc_wdata;
189189
assign rvfi_if.mem_addr = dut.rvfi_mem_addr;
190190
assign rvfi_if.mem_rmask = dut.rvfi_mem_rmask;
191191
assign rvfi_if.mem_rdata = dut.rvfi_mem_rdata;

0 commit comments

Comments
 (0)