Skip to content

Commit

Permalink
[ast] Ensure that the register node errors back
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schaffner <[email protected]>
  • Loading branch information
msfschaffner committed Sep 29, 2022
1 parent 7c1aace commit d28b0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/top_earlgrey/ip/ast/rtl/ast.sv
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ ast_reg_top u_reg (
.reg2hw ( reg2hw ),
.hw2reg ( hw2reg ),
.intg_err_o ( intg_err ),
.devmode_i ( 1'b0 )
.devmode_i ( 1'b1 )
); // u_reg


Expand Down

0 comments on commit d28b0be

Please sign in to comment.