aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/arch.cc')
-rw-r--r--fpga_interchange/arch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga_interchange/arch.cc b/fpga_interchange/arch.cc
index efff54bc..de172d90 100644
--- a/fpga_interchange/arch.cc
+++ b/fpga_interchange/arch.cc
@@ -755,9 +755,9 @@ bool Arch::pack()
{
decode_lut_cells();
merge_constant_nets();
+ expand_macros();
pack_ports();
pack_default_conns();
- expand_macros();
pack_cluster();
return true;
}