Open AmbitionXiang opened 2 years ago
As said in external/VSRTL/core/vsrtl_wire.h, "all ports used in the wire's propagation function must be added to its sensitivity list". However, in src/processors/RISC-V/rv-registerfile.h, wr_addr was not added to the sensitive list of wr_en_0.
wr_addr
wr_en_0
Do you have an assembly program which isolates this issue?
Not yet. I was just confused when reading the code.
As said in external/VSRTL/core/vsrtl_wire.h, "all ports used in the wire's propagation function must be added to its sensitivity list". However, in src/processors/RISC-V/rv-registerfile.h,
wr_addr
was not added to the sensitive list ofwr_en_0
.