mirror of https://github.com/YosysHQ/nextpnr.git
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();
|
||||
merge_constant_nets();
|
||||
expand_macros();
|
||||
pack_ports();
|
||||
pack_default_conns();
|
||||
expand_macros();
|
||||
pack_cluster();
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue