From e475490992c6890b2f8ddb0d4368e3911e94bb73 Mon Sep 17 00:00:00 2001 From: David Shah Date: Wed, 12 Aug 2020 10:12:10 +0100 Subject: ecp5: Run fixupHierarchy after packing Signed-off-by: David Shah --- ecp5/pack.cc | 1 + 1 file changed, 1 insertion(+) 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(); } -- cgit v1.2.3