diff --git a/tests/techmap/abc_new_abc_verify_pass.ys b/tests/techmap/abc_new_abc_verify_pass.ys new file mode 100644 index 000000000..fca4d11a3 --- /dev/null +++ b/tests/techmap/abc_new_abc_verify_pass.ys @@ -0,0 +1,13 @@ +read_verilog < o) = 1; +endspecify +endmodule + +module top(input a, input b, output o); + wire z; + $_AND_ gate(.A(a), .B(b), .Y(o)); + box1 u_box(.i(a), .o(z)); +endmodule +EOT + +hierarchy -check -top top +abc_new -script "+&scorr;&sweep;&dc2;&dch,-f;&nf,{D}" -liberty ../../examples/cmos/cmos_cells.lib +select -assert-min 1 t:* diff --git a/tests/techmap/abc_new_equiv_opt.ys b/tests/techmap/abc_new_equiv_opt.ys new file mode 100644 index 000000000..9976859c6 --- /dev/null +++ b/tests/techmap/abc_new_equiv_opt.ys @@ -0,0 +1,14 @@ +read_verilog <