mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
synth_*: no need to explicitly read +/abc9_model.v
This commit is contained in:
parent
63246a5c0e
commit
8fbb55f4ab
4 changed files with 3 additions and 4 deletions
|
@ -338,7 +338,7 @@ struct SynthEcp5Pass : public ScriptPass
|
|||
run("techmap " + techmap_args);
|
||||
|
||||
if (abc9) {
|
||||
run("read_verilog -icells -lib -specify +/abc9_model.v +/ecp5/abc9_model.v");
|
||||
run("read_verilog -icells -lib -specify +/ecp5/abc9_model.v");
|
||||
std::string abc9_opts;
|
||||
if (nowidelut)
|
||||
abc9_opts += " -maxlut 4";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue