Skip to content

Commit

Permalink
gui: use new sta api to get skew
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <arthurckoucher@gmail.com>
  • Loading branch information
AcKoucher committed Apr 5, 2024
1 parent 0a3d4c1 commit a7082a3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/gui/src/staGuiInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -844,12 +844,7 @@ TimingPathList STAGuiInterface::getTimingPaths(
timing_path->setSlack(path_end->slack(sta_));
timing_path->setPathArrivalTime(path_end->dataArrivalTime(sta_));
timing_path->setPathRequiredTime(path_end->requiredTime(sta_));

/*
TO DO: add skew to the timing path
last endpoint arrival time - first endpoint (data) arrival path ?
*/
timing_path->setSkew(path_end->clkSkew(sta_));

bool clock_propagated = false;
if (start_clock_edge != nullptr) {
Expand Down

0 comments on commit a7082a3

Please sign in to comment.