mirror of https://github.com/YosysHQ/yosys.git
Fix abc bug
This commit is contained in:
parent
b356c9ac3e
commit
89ce04a221
|
|
@ -8,4 +8,4 @@ module fuzz_mwoqk (input i0, output o0);
|
|||
endmodule
|
||||
EOT
|
||||
synth
|
||||
abc -script +resub,-K,8;
|
||||
abc -max_threads 0 -script +resub,-K,8;
|
||||
|
|
|
|||
Loading…
Reference in New Issue