Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2021-12-18 08:39:42 -07:00
parent e20a0c7d20
commit fd01c54d8d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Latches::latchRequired(const Path *data_path,
? TimingRole::setup()
: TimingRole::latchSetup();
CycleAccting *acct = sdc_->cycleAccting(data_clk_edge,
enable_clk_edge);
enable_clk_edge);
// checkTgtClkTime
float tgt_clk_time = acct->requiredTime(check_role);
// checkTgtClkArrival broken down into components.