yosys/tests/techmap/bug5574.ys

7 lines
127 B
Plaintext

read_verilog << EOT
module fuzz_mwoqk (input i0, output o0);
assign o0 = i0 ^ 1;
endmodule
EOT
synth
abc -script +resub,-K,8;