3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-18 21:25:47 +00:00

Fix abc bug

This commit is contained in:
Akash Levy 2026-01-27 14:01:38 -08:00
parent b356c9ac3e
commit 89ce04a221

View file

@ -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;