Skip to content

Commit

Permalink
verilator misinterpreting comment as command
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Oct 24, 2023
1 parent d2f9e4e commit f375927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc/obi_cdc_fast_primary.v
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module obi_cdc_fast_primary (
acccepted by the secondary bus and the primary bus receiving a grant. */

/* verilator lint_off SYNCASYNCNET */
/* Verilator warning here is intended to protect agains mixing sync and
/* The above warning is intended to protect agains mixing sync and
async reset signals, as a coding style. gnt_in_flight is not used in
this way, so the warning is inappropriate. */

Expand Down

0 comments on commit f375927

Please sign in to comment.