interchange: arch: move macro expansion step before ios packing
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
0f9a88b2cd
commit
0344fdcf8d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user