Skip to content

Commit

Permalink
fix verilator waiver
Browse files Browse the repository at this point in the history
  • Loading branch information
bensampson5 committed May 26, 2024
1 parent a6e7994 commit be2ebd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsv/latches/sr_latch.sv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module sr_latch (
input logic s,
input logic r,
output logic /* verilator lint_off UNOPT */ q /* verilator lint_on UNOPT */,
output logic /* verilator lint_off UNOPTFLAT */ q /* verilator lint_on UNOPTFLAT */,
output logic q_n
);

Expand Down

0 comments on commit be2ebd1

Please sign in to comment.