From 65316ec9262e1cc10fdc7215f2d3ead579d1e258 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Thu, 9 Sep 2021 10:06:20 -0700 Subject: abc9: holes module to instantiate cells with NEW_ID (#2992) * Add testcase * holes module to instantiate cells with NEW_ID --- tests/techmap/bug2759.ys | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/techmap/bug2759.ys (limited to 'tests') diff --git a/tests/techmap/bug2759.ys b/tests/techmap/bug2759.ys new file mode 100644 index 000000000..05699bef8 --- /dev/null +++ b/tests/techmap/bug2759.ys @@ -0,0 +1,14 @@ +read_verilog -specify < o) = 1; +endspecify +assign o = ^i; +endmodule + +module top(input [1:0] i, output o); +box i1(i, o); +endmodule +EOT +abc9 -lut 4 -- cgit v1.2.3