Zero-initialize PortRef budgets

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-06-21 16:25:25 +02:00
parent 4fefdbd57c
commit fcfb85e9dc

View File

@ -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