diff options
Diffstat (limited to 'fpga_interchange')
-rw-r--r-- | fpga_interchange/arch.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga_interchange/arch.cc b/fpga_interchange/arch.cc index de172d90..c3d5e973 100644 --- a/fpga_interchange/arch.cc +++ b/fpga_interchange/arch.cc @@ -754,8 +754,8 @@ bool Arch::getBudgetOverride(const NetInfo *net_info, const PortRef &sink, delay bool Arch::pack() { decode_lut_cells(); - merge_constant_nets(); expand_macros(); + merge_constant_nets(); pack_ports(); pack_default_conns(); pack_cluster(); |