mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-23 21:47:20 -04:00
[rtl] Remove redundant assignment
This commit is contained in:
parent
d1854e8cb5
commit
46fab41f5b
1 changed files with 0 additions and 1 deletions
|
@ -1126,7 +1126,6 @@ module ibex_core #(
|
|||
rvfi_stage_rs1_rdata[i] <= rvfi_stage_rs1_rdata[i-1];
|
||||
rvfi_stage_rs2_rdata[i] <= rvfi_stage_rs2_rdata[i-1];
|
||||
rvfi_stage_rs3_rdata[i] <= rvfi_stage_rs3_rdata[i-1];
|
||||
rvfi_stage_rd_addr[i] <= rvfi_stage_rd_addr[i-1];
|
||||
rvfi_stage_mem_wdata[i] <= rvfi_stage_mem_wdata[i-1];
|
||||
rvfi_stage_mem_addr[i] <= rvfi_stage_mem_addr[i-1];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue