mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
Fixed missing signal declaration in id_stage
This commit is contained in:
parent
60a842c81d
commit
b9e0bd9cbd
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ module id_stage
|
|||
logic [31:0] imm_sb_type;
|
||||
logic [31:0] imm_u_type;
|
||||
logic [31:0] imm_uj_type;
|
||||
logic [31:0] imm_z_type;
|
||||
|
||||
logic [31:0] immediate_b; // contains the immediate for operand b
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue