mirror of https://github.com/YosysHQ/nextpnr.git
ecp5: Run fixupHierarchy after packing
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
e313d051a8
commit
e475490992
|
|
@ -2956,6 +2956,7 @@ class Ecp5Packer
|
||||||
pack_remaining_ffs();
|
pack_remaining_ffs();
|
||||||
generate_constraints();
|
generate_constraints();
|
||||||
promote_ecp5_globals(ctx);
|
promote_ecp5_globals(ctx);
|
||||||
|
ctx->fixupHierarchy();
|
||||||
ctx->check();
|
ctx->check();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue