1
0
mirror of synced 2026-04-15 01:34:14 +00:00

Add quick test

This commit is contained in:
Eddie Hung
2019-09-30 15:34:04 -07:00
parent f2f19df2d4
commit 8b239ee707

10
tests/techmap/aigmap.ys Normal file
View File

@@ -0,0 +1,10 @@
read_verilog <<EOT
module top(input i, j, s, output o, p);
assign o = s ? j : i;
assign p = ~i;
endmodule
EOT
select t:$mux
aigmap -select
select -assert-any %