1
0
mirror of synced 2026-02-19 14:15:01 +00:00

ecp5: Use new autoname pass for better cell/net names

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah
2019-11-15 21:03:11 +00:00
parent e907ee4fde
commit 51e4e29bb1

View File

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