mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-22 11:07:52 +00:00
ecp5: cleanup unused +/ecp5/abc9_model.v
This commit is contained in:
parent
721040df76
commit
76e0cc8276
3 changed files with 0 additions and 14 deletions
|
@ -334,7 +334,6 @@ struct SynthEcp5Pass : public ScriptPass
|
|||
run("techmap -map +/ecp5/latches_map.v", "(skip if -asyncprld)");
|
||||
|
||||
if (abc9) {
|
||||
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