Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Feb 18, 2024
1 parent cf1953f commit 3679b0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions yosys-plugin/tests/simple.sv
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// RUN: $YOSYS -m $CHURCHROAD_DIR/yosys-plugin/churchroad.so %s \
// RUN: $YOSYS -q -m $CHURCHROAD_DIR/yosys-plugin/churchroad.so \
// RUN: -p 'read_verilog -sv %s; prep -top test; write_lakeroad' \
// RUN: | FileCheck %s

module test(input a, b, output out);
assign out = a & b;
endmodule
Expand All @@ -16,4 +17,4 @@ endmodule
// CHECK: (let out v2)
// CHECK: (delete (Wire "v0" 1))
// CHECK: (delete (Wire "v1" 1))
// CHECK: (delete (Wire "v2" 1))
// CHECK: (delete (Wire "v2" 1))

0 comments on commit 3679b0b

Please sign in to comment.