Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/sta/include/sta/
H A DLiberty.hh1038 LibertyPort *scanOutInv() const { return scan_out_inv_; } in scanOutInv()
1046 LibertyPort *scan_out_inv_; member in sta::TestCell
/dports/cad/openroad/OpenROAD-2.0/src/sta/liberty/
H A DLiberty.cc2813 scan_out_inv_(scan_out_inv) in TestCell()
2822 scan_out_inv_(nullptr) in TestCell()
2853 scan_out_inv_ = port; in setScanOutInv()