mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 02:40:25 +00:00
Panic over. Model was elsewhere. Re-arrange for consistency
This commit is contained in:
parent
4e11782cde
commit
9fef1df3c1
5 changed files with 4 additions and 31 deletions
|
@ -311,6 +311,7 @@ struct SynthEcp5Pass : public ScriptPass
|
|||
run("techmap " + techmap_args);
|
||||
|
||||
if (abc9) {
|
||||
run("read_verilog -icells -lib +/ecp5/abc_model.v");
|
||||
if (nowidelut)
|
||||
run("abc9 -lut +/ecp5/abc_5g_nowide.lut -box +/ecp5/abc_5g.box -W 200");
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue