Skip to content

Commit

Permalink
Use clearable FF for microarchitectural reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed May 16, 2024
1 parent c423efc commit 2f0d702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cva6.sv
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ module cva6
logic inval_valid;
logic inval_ready;

`FFARN(rst_uarch_n, rst_uarch_controller_n, 1'b0, clk_i, rst_ni)
`FFARNC(rst_uarch_n, rst_uarch_controller_n, clear_i, '0, clk_i, rst_ni)

// ----------------------
// CLIC Controller <-> ID
Expand Down

0 comments on commit 2f0d702

Please sign in to comment.