aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-11-14 18:03:44 +0100
committerGitHub <noreply@github.com>2019-11-14 18:03:44 +0100
commite907ee4fde6fe83faf246dfcc2afb207e20d803d (patch)
tree9dc18a453ce94db834e2dc55e14636e231c43d78 /techlibs/ice40
parent4b18a4528ba7597bd7437837ab6d34cd8de2e110 (diff)
parent07c854b7afc793a589df06c7fce200260378b379 (diff)
downloadyosys-e907ee4fde6fe83faf246dfcc2afb207e20d803d.tar.gz
yosys-e907ee4fde6fe83faf246dfcc2afb207e20d803d.tar.bz2
yosys-e907ee4fde6fe83faf246dfcc2afb207e20d803d.zip
Merge pull request #1490 from YosysHQ/clifford/autoname
Add "autoname" pass and use it in "synth_ice40"
Diffstat (limited to 'techlibs/ice40')
-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");