Home
last modified time | relevance | path

Searched refs:clk_insertions_ (Results 1 – 2 of 2) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/sta/sdc/
H A DSdc.cc90 clk_insertions_(nullptr), in Sdc()
151 if (clk_insertions_) in clear()
152 clk_insertions_->clear(); in clear()
250 if (clk_insertions_) { in deleteConstraints()
252 delete clk_insertions_; in deleteConstraints()
253 clk_insertions_ = nullptr; in deleteConstraints()
1754 if (clk_insertions_ == nullptr) in setClockInsertion()
1773 if (clk_insertions_ == nullptr) in setClockInsertion()
1788 if (clk_insertions_) { in removeClockInsertion()
1829 if (clk_insertions_) { in hasClockInsertion()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DSdc.hh449 ClockInsertions *clockInsertions() { return clk_insertions_; } in clockInsertions()
1275 ClockInsertions *clk_insertions_; member in sta::Sdc