aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40/synth_ice40.cc
diff options
context:
space:
mode:
authorPepijn de Vos <pepijndevos@gmail.com>2019-11-16 12:43:17 +0100
committerPepijn de Vos <pepijndevos@gmail.com>2019-11-16 12:43:17 +0100
commit32f0296df1b97ff5b3bcc442ac38f27a786947d6 (patch)
tree72ec224a90bb5a40e007a88fe37085dcc786a0e0 /techlibs/ice40/synth_ice40.cc
parentab8c521030a2c91a1e388d6f3c627a7f7dd525b2 (diff)
parent51e4e29bb1f7c030b0cac351c522dc41f7587be2 (diff)
downloadyosys-32f0296df1b97ff5b3bcc442ac38f27a786947d6.tar.gz
yosys-32f0296df1b97ff5b3bcc442ac38f27a786947d6.tar.bz2
yosys-32f0296df1b97ff5b3bcc442ac38f27a786947d6.zip
Merge branch 'master' of https://github.com/YosysHQ/yosys into gowin
Diffstat (limited to 'techlibs/ice40/synth_ice40.cc')
-rw-r--r--techlibs/ice40/synth_ice40.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc
index c942126e1..901194b06 100644
--- a/techlibs/ice40/synth_ice40.cc
+++ b/techlibs/ice40/synth_ice40.cc
@@ -380,6 +380,7 @@ struct SynthIce40Pass : public ScriptPass
if (check_label("check"))
{
+ run("autoname");
run("hierarchy -check");
run("stat");
run("check -noinit");