aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/timing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timing.h b/common/timing.h
index a8615e15..133bd4eb 100644
--- a/common/timing.h
+++ b/common/timing.h
@@ -247,7 +247,7 @@ struct TimingAnalyser
{
PerDomainPair(ClockDomainPairKey key) : key(key){};
ClockDomainPairKey key;
- DelayPair period;
+ DelayPair period{0};
delay_t worst_setup_slack, worst_hold_slack;
};