3
0
Fork 0
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:
Eddie Hung 2020-05-23 08:17:40 -07:00
parent 721040df76
commit 76e0cc8276
3 changed files with 0 additions and 14 deletions

View file

@ -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";