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:
@@ -2956,6 +2956,7 @@ class Ecp5Packer
|
||||
pack_remaining_ffs();
|
||||
generate_constraints();
|
||||
promote_ecp5_globals(ctx);
|
||||
ctx->fixupHierarchy();
|
||||
ctx->check();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user