Skip to content

Commit

Permalink
remove loop statement bans
Browse files Browse the repository at this point in the history
  • Loading branch information
UnsignedByte committed Mar 17, 2024
1 parent d707660 commit be249f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .svlint.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ generate_for_with_label = false
generate_if_with_label = false
explicit_case_default = true
explicit_if_else = true
loop_statement_in_always_comb = true
loop_statement_in_always_ff = true
loop_statement_in_always_latch = true
loop_statement_in_always_comb = false
loop_statement_in_always_ff = false
loop_statement_in_always_latch = false

0 comments on commit be249f7

Please sign in to comment.