mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-08 01:58:00 +00:00
abc: handle ABC script errors instead of hanging
This commit is contained in:
parent
35321cd292
commit
f1fc704c84
2 changed files with 13 additions and 0 deletions
7
tests/techmap/bug5574.ys
Normal file
7
tests/techmap/bug5574.ys
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
read_verilog << EOT
|
||||
module fuzz_mwoqk (input i0, output o0);
|
||||
assign o0 = i0 ^ 1;
|
||||
endmodule
|
||||
EOT
|
||||
synth
|
||||
abc -script +resub,-K,8;
|
||||
Loading…
Add table
Add a link
Reference in a new issue