mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
Switch to new signal name in tracer instantiation
This got forgotten when renaming the signal inside ID stage in
commit b22a6a10de
.
This commit is contained in:
parent
2d66834f14
commit
c86f71e724
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ module ibex_core #(
|
|||
|
||||
.pc_i ( id_stage_i.pc_id_i ),
|
||||
.instr_i ( id_stage_i.instr ),
|
||||
.compressed_i ( id_stage_i.is_compressed_i ),
|
||||
.compressed_i ( id_stage_i.instr_is_compressed_i ),
|
||||
.id_valid_i ( id_stage_i.id_valid_o ),
|
||||
.is_decoding_i ( id_stage_i.is_decoding_o ),
|
||||
.is_branch_i ( id_stage_i.branch_in_id ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue