1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-26 04:07:02 +00:00

ecp5: Run fixupHierarchy after packing

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah
2020-08-12 10:12:10 +01:00
parent e313d051a8
commit e475490992

View File

@@ -2956,6 +2956,7 @@ class Ecp5Packer
pack_remaining_ffs();
generate_constraints();
promote_ecp5_globals(ctx);
ctx->fixupHierarchy();
ctx->check();
}