aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ecp5/synth_ecp5.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-11-15 21:03:11 +0000
committerDavid Shah <dave@ds0.me>2019-11-15 21:03:11 +0000
commit51e4e29bb1f7c030b0cac351c522dc41f7587be2 (patch)
tree5d1f67b35ee733299369d914e6a03d51a7a17717 /techlibs/ecp5/synth_ecp5.cc
parente907ee4fde6fe83faf246dfcc2afb207e20d803d (diff)
downloadyosys-51e4e29bb1f7c030b0cac351c522dc41f7587be2.tar.gz
yosys-51e4e29bb1f7c030b0cac351c522dc41f7587be2.tar.bz2
yosys-51e4e29bb1f7c030b0cac351c522dc41f7587be2.zip
ecp5: Use new autoname pass for better cell/net names
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'techlibs/ecp5/synth_ecp5.cc')
-rw-r--r--techlibs/ecp5/synth_ecp5.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ecp5/synth_ecp5.cc b/techlibs/ecp5/synth_ecp5.cc
index 800a8ce22..4cbb56ea1 100644
--- a/techlibs/ecp5/synth_ecp5.cc
+++ b/techlibs/ecp5/synth_ecp5.cc
@@ -339,6 +339,7 @@ struct SynthEcp5Pass : public ScriptPass
if (check_label("check"))
{
+ run("autoname");
run("hierarchy -check");
run("stat");
run("check -noinit");