rapidus liberty latch D->Q/EN->Q matching

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2026-03-05 18:41:25 -07:00
parent 8ed837d74b
commit f1e5587fef
6 changed files with 98 additions and 61 deletions
+1
View File
@@ -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(); }