mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
synth_ecp5: use +/abc9_model.v
This commit is contained in:
parent
8408c13405
commit
a85c55113f
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ struct SynthEcp5Pass : public ScriptPass
|
|||
run("techmap " + techmap_args);
|
||||
|
||||
if (abc9) {
|
||||
run("read_verilog -icells -lib -specify +/ecp5/abc9_model.v");
|
||||
run("read_verilog -icells -lib -specify +/abc9_model.v +/ecp5/abc9_model.v");
|
||||
if (nowidelut)
|
||||
run("abc9 -maxlut 4 -W 200");
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue