1
0
mirror of synced 2026-05-02 14:31:37 +00:00

Merge pull request #1490 from YosysHQ/clifford/autoname

Add "autoname" pass and use it in "synth_ice40"
This commit is contained in:
Clifford Wolf
2019-11-14 18:03:44 +01:00
committed by GitHub
3 changed files with 136 additions and 0 deletions

View File

@@ -380,6 +380,7 @@ struct SynthIce40Pass : public ScriptPass
if (check_label("check"))
{
run("autoname");
run("hierarchy -check");
run("stat");
run("check -noinit");