mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 13:27:10 -04:00
Fixup RVFI connection for pc_wdata
Signed-off-by: Canberk Topal <ctopal@lowrisc.org>
This commit is contained in:
parent
715292ce55
commit
7de5674a1e
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ module core_ibex_tb_top;
|
|||
assign rvfi_if.rd_addr = dut.rvfi_rd_addr;
|
||||
assign rvfi_if.rd_wdata = dut.rvfi_rd_wdata;
|
||||
assign rvfi_if.pc_rdata = dut.rvfi_pc_rdata;
|
||||
assign rvfi_if_pc_wdata = dut.rvfi_pc_wdata;
|
||||
assign rvfi_if.pc_wdata = dut.rvfi_pc_wdata;
|
||||
assign rvfi_if.mem_addr = dut.rvfi_mem_addr;
|
||||
assign rvfi_if.mem_rmask = dut.rvfi_mem_rmask;
|
||||
assign rvfi_if.mem_rdata = dut.rvfi_mem_rdata;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue