mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-01 10:27:10 +02:00
rapidus liberty latch D->Q/EN->Q matching
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -176,6 +176,7 @@ public:
|
||||
// other conditional timing arcs between the same pins.
|
||||
bool isCondDefault() const { return is_cond_default_; }
|
||||
void setIsCondDefault(bool is_default);
|
||||
const FuncExpr *when() const { return attrs_->cond(); }
|
||||
// SDF IOPATHs match sdfCond.
|
||||
// sdfCond (IOPATH) reuses sdfCondStart (timing check) variable.
|
||||
const std::string &sdfCond() const { return attrs_->sdfCondStart(); }
|
||||
|
||||
Reference in New Issue
Block a user