Skip to content

Commit

Permalink
fix[indent]: indent_delay_assignment.v of tests_ok
Browse files Browse the repository at this point in the history
  • Loading branch information
my2817 committed Nov 6, 2024
1 parent 5cea1b0 commit 98f1311
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tests_ok/indent_delay_assignment.v
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
module a();
always(*)begin
a = #1 b |
c |
d;
c |
d;
a <= #1 b |
c |
d;

c |
d;
a <= # 1 b |
c |
d;

end
endmodule

0 comments on commit 98f1311

Please sign in to comment.