aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/pack.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-08-12 10:12:10 +0100
committerDavid Shah <dave@ds0.me>2020-08-12 10:12:10 +0100
commite475490992c6890b2f8ddb0d4368e3911e94bb73 (patch)
treea0f51b1355166f0405b0465351fb7c00b95e7a4e /ecp5/pack.cc
parente313d051a87f28778c80ea79b14956351360bb0c (diff)
downloadnextpnr-e475490992c6890b2f8ddb0d4368e3911e94bb73.tar.gz
nextpnr-e475490992c6890b2f8ddb0d4368e3911e94bb73.tar.bz2
nextpnr-e475490992c6890b2f8ddb0d4368e3911e94bb73.zip
ecp5: Run fixupHierarchy after packing
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'ecp5/pack.cc')
-rw-r--r--ecp5/pack.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/pack.cc b/ecp5/pack.cc
index 501f55b6..78a7ce91 100644
--- a/ecp5/pack.cc
+++ b/ecp5/pack.cc
@@ -2956,6 +2956,7 @@ class Ecp5Packer
pack_remaining_ffs();
generate_constraints();
promote_ecp5_globals(ctx);
+ ctx->fixupHierarchy();
ctx->check();
}