Skip to content

Commit

Permalink
[FIXME] id_stage: Work around simulator elab issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Oct 18, 2024
1 parent 8736239 commit 81e808e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/id_stage.sv
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module id_stage #(
// ID/ISSUE register stage
typedef struct packed {
logic valid;
scoreboard_entry_t sbe;
logic [$bits(scoreboard_entry_t)-1:0] sbe;
logic [31:0] orig_instr;
logic is_ctrl_flow;
} issue_struct_t;
Expand Down

0 comments on commit 81e808e

Please sign in to comment.