Home
last modified time | relevance | path

Searched refs:CellpinView (Results 1 – 4 of 4) sorted by relevance

/dports/cad/opentimer/OpenTimer-18d28ff/ot/timer/
H A Dpin.cpp133 [] (CellpinView cp) { in is_input()
148 [] (CellpinView cp) { in is_output()
164 [] (CellpinView cp) { in is_rct_root()
295 [&] (CellpinView cp) { in cap()
385 (std::get<CellpinView>(_handle))[el] = cpin; in _remap_cellpin()
395 (std::get<CellpinView>(_handle))[el] = &cpin; in _remap_cellpin()
H A Dpin.hpp162 std::variant<PrimaryInput*, PrimaryOutput*, CellpinView> _handle;
296 if(auto cp = std::get_if<CellpinView>(&_handle); cp) { in cellpin()
H A Dtimer.cpp156 CellpinView cpv {&ecpin, cell[MAX]->cellpin(cpname)}; in _insert_gate()
/dports/cad/opentimer/OpenTimer-18d28ff/ot/liberty/
H A Dcellpin.hpp55 using CellpinView = std::array<const Cellpin*, MAX_SPLIT>; typedef