aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/synth_ecp5.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-02-28 14:46:56 -0800
committerGitHub <noreply@github.com>2019-02-28 14:46:56 -0800
commit41e5028f982b7929051d6d6ccded09cca0f2292e (patch)
tree515565d8b22a97109c5a0572df4f32976ff2df4a /techlibs/ecp5/synth_ecp5.cc
parent6d143c9a018e5ba352a06785afeba8d50178a835 (diff)
parentfa2f595cfa240b86edb26e859449c1c54eaf49ef (diff)
downloadyosys-41e5028f982b7929051d6d6ccded09cca0f2292e.tar.gz
yosys-41e5028f982b7929051d6d6ccded09cca0f2292e.tar.bz2
yosys-41e5028f982b7929051d6d6ccded09cca0f2292e.zip
Merge pull request #794 from daveshah1/ecp5improve
ECP5 Improvements
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 bda03d251..4b889d672 100644
--- a/techlibs/ecp5/synth_ecp5.cc
+++ b/techlibs/ecp5/synth_ecp5.cc
@@ -255,10 +255,7 @@ struct SynthEcp5Pass : public ScriptPass
run("techmap -D NO_LUT -map +/ecp5/cells_map.v");
run("opt_expr -mux_undef");
run("simplemap");
- // TODO
-#if 0
run("ecp5_ffinit");
-#endif
}
if (check_label("map_luts"))