3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-20 06:05:50 +00:00

Remove annoying test case

This commit is contained in:
Akash Levy 2026-01-28 19:18:06 -08:00
parent bb2aadb9ef
commit 5993d2fec8
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# On Linux, with a spawned abc, this message is the error
# otherwise the error is the failure to load the output.blif
logger -expect log "ABC: Error: This command can only be applied to an AIG" 2
logger -expect error "ABC" 1
read_verilog << EOT
module fuzz_mwoqk (input i0, output o0);
assign o0 = i0 ^ 1;
endmodule
EOT
synth
abc -max_threads 0 -script +resub,-K,8;