mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
ice40: Use abc -dress in synth_ice40
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
8524a479b1
commit
7ef2333497
|
@ -282,7 +282,7 @@ struct SynthIce40Pass : public ScriptPass
|
||||||
run("techmap -map +/gate2lut.v -D LUT_WIDTH=4", "(only if -noabc)");
|
run("techmap -map +/gate2lut.v -D LUT_WIDTH=4", "(only if -noabc)");
|
||||||
}
|
}
|
||||||
if (!noabc) {
|
if (!noabc) {
|
||||||
run("abc -lut 4", "(skip if -noabc)");
|
run("abc -dress -lut 4", "(skip if -noabc)");
|
||||||
}
|
}
|
||||||
run("clean");
|
run("clean");
|
||||||
if (relut || help_mode) {
|
if (relut || help_mode) {
|
||||||
|
|
Loading…
Reference in a new issue