Merge pull request #733 from acomodi/interchange-move-macro-before-io
interchange: arch: move macro expansion step before ios packing
This commit is contained in:
commit
c73d4cf6dd
@ -755,9 +755,9 @@ bool Arch::pack()
|
|||||||
{
|
{
|
||||||
decode_lut_cells();
|
decode_lut_cells();
|
||||||
merge_constant_nets();
|
merge_constant_nets();
|
||||||
|
expand_macros();
|
||||||
pack_ports();
|
pack_ports();
|
||||||
pack_default_conns();
|
pack_default_conns();
|
||||||
expand_macros();
|
|
||||||
pack_cluster();
|
pack_cluster();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user