Merge pull request #744 from YosysHQ/gatecat/const-in-macro
interchange: Fix handling of constants in macros
This commit is contained in:
commit
ddff2e2e5e
@ -754,8 +754,8 @@ bool Arch::getBudgetOverride(const NetInfo *net_info, const PortRef &sink, delay
|
|||||||
bool Arch::pack()
|
bool Arch::pack()
|
||||||
{
|
{
|
||||||
decode_lut_cells();
|
decode_lut_cells();
|
||||||
merge_constant_nets();
|
|
||||||
expand_macros();
|
expand_macros();
|
||||||
|
merge_constant_nets();
|
||||||
pack_ports();
|
pack_ports();
|
||||||
pack_default_conns();
|
pack_default_conns();
|
||||||
pack_cluster();
|
pack_cluster();
|
||||||
|
Loading…
Reference in New Issue
Block a user