Merge pull request #1490 from YosysHQ/clifford/autoname
Add "autoname" pass and use it in "synth_ice40"
This commit is contained in:
@@ -380,6 +380,7 @@ struct SynthIce40Pass : public ScriptPass
|
||||
|
||||
if (check_label("check"))
|
||||
{
|
||||
run("autoname");
|
||||
run("hierarchy -check");
|
||||
run("stat");
|
||||
run("check -noinit");
|
||||
|
||||
Reference in New Issue
Block a user