mirror of
https://github.com/YosysHQ/yosys
synced 2026-01-18 08:18:56 +00:00
8 lines
No EOL
207 B
Text
8 lines
No EOL
207 B
Text
logger -expect error "ABC: Error: This command can only be applied to an AIG" 1
|
|
read_verilog << EOT
|
|
module fuzz_mwoqk (input i0, output o0);
|
|
assign o0 = i0 ^ 1;
|
|
endmodule
|
|
EOT
|
|
synth
|
|
abc -script +resub,-K,8; |