aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/synth_ecp5.cc
diff options
context:
space:
mode:
authorrafaeltp <rafael.tp@gmail.com>2018-10-20 17:01:09 -0700
committerGitHub <noreply@github.com>2018-10-20 17:01:09 -0700
commitf25d0de6f80233b0af02067bea839bff19f62a3c (patch)
treeac816776d2a0e78f9de10eb03d7e76e78d6b5b36 /techlibs/ecp5/synth_ecp5.cc
parentc7770d9eeaf9fba0c9d07e7cce020fe89ec71600 (diff)
parent23b69ca32b2ef93fc4b3f724099bfecdee0af869 (diff)
downloadyosys-f25d0de6f80233b0af02067bea839bff19f62a3c.tar.gz
yosys-f25d0de6f80233b0af02067bea839bff19f62a3c.tar.bz2
yosys-f25d0de6f80233b0af02067bea839bff19f62a3c.zip
Merge pull request #1 from YosysHQ/master
updating
Diffstat (limited to 'techlibs/ecp5/synth_ecp5.cc')
-rw-r--r--techlibs/ecp5/synth_ecp5.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/techlibs/ecp5/synth_ecp5.cc b/techlibs/ecp5/synth_ecp5.cc
index ab56a9444..cb6a4c3d8 100644
--- a/techlibs/ecp5/synth_ecp5.cc
+++ b/techlibs/ecp5/synth_ecp5.cc
@@ -266,10 +266,7 @@ struct SynthEcp5Pass : public ScriptPass
if (abc2 || help_mode) {
run("abc", " (only if -abc2)");
}
- //TODO
-#if 0
run("techmap -map +/ecp5/latches_map.v");
-#endif
if (nomux)
run("abc -lut 4");
else