mirror of https://github.com/YosysHQ/yosys.git
synth_ecp5: use +/abc9_model.v
This commit is contained in:
parent
8408c13405
commit
a85c55113f
|
@ -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…
Reference in New Issue