diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-11-13 13:41:16 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-11-13 13:41:16 +0100 |
commit | 07c854b7afc793a589df06c7fce200260378b379 (patch) | |
tree | b5a5471c6ea60444b80076e7cf1cd5eaa4affb53 /techlibs | |
parent | 6e332161dbdc399c41041cebaf83cbb156b331a7 (diff) | |
download | yosys-07c854b7afc793a589df06c7fce200260378b379.tar.gz yosys-07c854b7afc793a589df06c7fce200260378b379.tar.bz2 yosys-07c854b7afc793a589df06c7fce200260378b379.zip |
Add "autoname" pass and use it in "synth_ice40"
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/ice40/synth_ice40.cc | 1 |
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"); |