Skip to content

Commit

Permalink
plru_tree: Add missing closing parenthesis
Browse files Browse the repository at this point in the history
Co-authored-by: Nils Wistoff <[email protected]>
  • Loading branch information
michael-platzer and niwis authored Dec 14, 2023
1 parent 8713383 commit da9a427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plru_tree.sv
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ module plru_tree #(
end

output_onehot : assert property(
@(posedge clk_i) disable iff (~rst_ni) ($onehot0(plru_o))
@(posedge clk_i) disable iff (~rst_ni) ($onehot0(plru_o)))
else $fatal (1, "More than one bit set in PLRU output.");
`endif
// pragma translate_on
Expand Down

0 comments on commit da9a427

Please sign in to comment.