mirror of https://github.com/YosysHQ/nextpnr.git
Zero-initialize PortRef budgets
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
4fefdbd57c
commit
fcfb85e9dc
|
|
@ -208,7 +208,7 @@ struct PortRef
|
||||||
{
|
{
|
||||||
CellInfo *cell = nullptr;
|
CellInfo *cell = nullptr;
|
||||||
IdString port;
|
IdString port;
|
||||||
delay_t budget;
|
delay_t budget = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct NetInfo
|
struct NetInfo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue