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 2a2ceea
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 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 2a2ceea

Please sign in to comment.