clangformat
This commit is contained in:
parent
fa773c3ce9
commit
2fb934b107
@ -39,9 +39,10 @@ struct Timing
|
|||||||
PortRefVector *crit_path;
|
PortRefVector *crit_path;
|
||||||
DelayFrequency *slack_histogram;
|
DelayFrequency *slack_histogram;
|
||||||
|
|
||||||
Timing(Context *ctx, bool net_delays, bool update, PortRefVector *crit_path = nullptr, DelayFrequency *slack_histogram = nullptr)
|
Timing(Context *ctx, bool net_delays, bool update, PortRefVector *crit_path = nullptr,
|
||||||
: ctx(ctx), net_delays(net_delays), update(update), min_slack(1.0e12 / ctx->target_freq), crit_path(crit_path),
|
DelayFrequency *slack_histogram = nullptr)
|
||||||
slack_histogram(slack_histogram)
|
: ctx(ctx), net_delays(net_delays), update(update), min_slack(1.0e12 / ctx->target_freq),
|
||||||
|
crit_path(crit_path), slack_histogram(slack_histogram)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user