Skip to content

Commit 2f55698

Browse files
committed
update sta for equiv fix
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent ccda6ca commit 2f55698

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/cts/src/TritonCTS.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2359,7 +2359,7 @@ bool TritonCTS::propagateClock(odb::dbITerm* input)
23592359

23602360
// Clock Gater / Latch improvised as clock gater
23612361
if (inputPort) {
2362-
return inputPort->isClockGateClock() || libertyCell->isLatchData(inputPort);
2362+
return inputPort->isClockGateClock() || inputPort->isLatchData();
23632363
}
23642364

23652365
return false;

src/rsz/test/repair_setup5.ok

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
[INFO ODB-0131] Created 5 components and 20 component-terminals.
66
[INFO ODB-0132] Created 2 special nets and 0 connections.
77
[INFO ODB-0133] Created 6 nets and 10 connections.
8+
[WARNING STA-1554] repair_setup5.tcl line 1, 'u1/X' is not a valid start point.
9+
[WARNING STA-1551] repair_setup5.tcl line 1, 'u5/A' is not a valid endpoint.
810
worst slack max -1.88
911
[INFO RSZ-0100] Repair move sequence: UnbufferMove SizeUpMove SwapPinsMove BufferMove CloneMove SplitLoadMove
1012
[INFO RSZ-0094] Found 1 endpoints with setup violations.

0 commit comments

Comments
 (0)