yosys/tests/techmap/aigmap.ys

11 lines
161 B
Plaintext
Raw Normal View History

2019-09-30 17:34:04 -05:00
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 %