diff options
Diffstat (limited to 'ecp5/pack.cc')
-rw-r--r-- | ecp5/pack.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ecp5/pack.cc b/ecp5/pack.cc index 4f1c7f79..ae416a7b 100644 --- a/ecp5/pack.cc +++ b/ecp5/pack.cc @@ -1034,7 +1034,8 @@ class Ecp5Packer } // "Pack" DCUs - void pack_dcus() { + void pack_dcus() + { for (auto cell : sorted(ctx->cells)) { CellInfo *ci = cell.second; if (ci->type == id_DCUA) { |