Add test
authorEddie Hung <eddie@fpgeh.com>
Wed, 3 Jul 2019 02:13:40 +0000 (19:13 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 3 Jul 2019 02:13:40 +0000 (19:13 -0700)
tests/various/abc9.v
tests/various/abc9.ys

index 8271cd24994454363cf538aa620ab4582f101d08..a08b613a8ce6c694a9ad7a03a3bbccfa08a84c34 100644 (file)
@@ -3,3 +3,7 @@ initial o = 1'b0;
 always @*
     o <= ~o;
 endmodule
+
+module abc9_test028(input i, output o);
+unknown u(~i, o);
+endmodule
index 922f7005df3a9d05010c0672f364d195d3e9774e..a84b637d9f8b86b92898c6e4ac4d33c143ed5adb 100644 (file)
@@ -1,4 +1,6 @@
 read_verilog abc9.v
+design -save read
+hierarchy -top abc9_test027
 proc
 design -save gold
 
@@ -12,3 +14,11 @@ design -import gate -as gate
 miter -equiv -flatten -make_assert -make_outputs gold gate miter
 sat -verify -prove-asserts -show-ports miter
 
+design -load read
+hierarchy -top abc9_test028
+proc
+
+abc9 -lut 4
+select -assert-count 1 t:$lut r:LUT=1 r:WIDTH=1 %i %i
+select -assert-count 1 t:unknown
+select -assert-none t:$lut t:unknown %% t: %D