Skip to content

Commit

Permalink
Clean flags used in test
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Nov 15, 2024
1 parent a3147e3 commit cc4f4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/various/blackbox_scenarios.ys
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module bar(input wire [2:0] a, output wire b);
endmodule
EOF

read_slang --extern-modules <<EOF
read_slang <<EOF
module top();
wire c;
foo foo(.a(0), .b(c));
Expand All @@ -30,7 +30,7 @@ design -reset
log -header Scenario 2
log -push
design -reset
read_slang --dump-ast --top top <<EOF
read_slang <<EOF
(* blackbox *)
module foo (input wire [2:0] a, output wire b);
parameter ff = 2;
Expand Down Expand Up @@ -59,7 +59,7 @@ module foo(a, b);
endmodule
EOF

read_slang --extern-modules <<EOF
read_slang <<EOF
(* blackbox *)
module foo(a, b);
parameter WIDTH = 3;
Expand Down

0 comments on commit cc4f4e4

Please sign in to comment.