mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
Fix RVFI signal name
This commit is contained in:
parent
cc8aed4ed2
commit
8bada6a0b9
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ module ibex_core #(
|
|||
|
||||
// Keep the mem data stable for each instruction cycle
|
||||
always_comb begin
|
||||
if (rvfi_insn_new) begin
|
||||
if (rvfi_insn_new_d) begin
|
||||
rvfi_mem_addr_d = alu_adder_result_ex;
|
||||
rvfi_mem_rdata_d = regfile_wdata_lsu;
|
||||
rvfi_mem_wdata_d = data_wdata_ex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue