Home
last modified time | relevance | path

Searched refs:taPin (Results 1 – 8 of 8) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/ta/
H A DFlexTA.h127 void removeFromReassignIroutes(taPin* in) in removeFromReassignIroutes()
134 taPin* popFromReassignIroutes() in popFromReassignIroutes()
136 taPin* sol = nullptr; in popFromReassignIroutes()
187 std::vector<std::unique_ptr<taPin>> extIroutes_;
189 std::set<taPin*, taPinComp>
272 void assignIroute(taPin* iroute);
273 void assignIroute_init(taPin* iroute,
275 void assignIroute_availTracks(taPin* iroute,
279 int assignIroute_bestTrack(taPin* iroute,
290 frUInt4 assignIroute_getCost(taPin* iroute,
[all …]
H A DFlexTA_assign.cpp615 void FlexTAWorker::assignIroute_availTracks(taPin* iroute, in assignIroute_availTracks()
833 set<taPin*, frBlockObjectComp> result; in assignIroute_getAlignCost()
855 frUInt4 FlexTAWorker::assignIroute_getCost(taPin* iroute, in assignIroute_getCost()
899 int FlexTAWorker::assignIroute_bestTrack(taPin* iroute, in assignIroute_bestTrack()
1053 taPin* iroute, in assignIroute_updateIroute()
1055 set<taPin*, frBlockObjectComp>* pinS) in assignIroute_updateIroute() argument
1096 void FlexTAWorker::assignIroute_init(taPin* iroute, in assignIroute_init()
1111 set<taPin*, frBlockObjectComp>& pinS) in assignIroute_updateOthers() argument
1150 void FlexTAWorker::assignIroute(taPin* iroute) in assignIroute()
1152 set<taPin*, frBlockObjectComp> pinS; in assignIroute()
[all …]
H A DFlexTA_rq.cpp107 set<taPin*, frBlockObjectComp>& result) const in query() argument
H A DFlexTA_init.cpp393 auto iroute = make_unique<taPin>(); in initIroute()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/taObj/
H A DtaPin.h38 class taPin : public taBlockObject
42 taPin() in taPin() function
81 bool operator<(const taPin& b) const
101 bool operator()(const taPin* lhs, const taPin* rhs) const in operator()
H A DtaFig.h76 class taPin; variable
82 virtual taPin* getPin() const = 0;
85 virtual void addToPin(taPin* in) = 0;
H A DtaShape.h37 class taPin; variable
134 taPin* getPin() const override { return reinterpret_cast<taPin*>(owner_); } in getPin()
136 void addToPin(taPin* in) override in addToPin()
H A DtaVia.h186 taPin* getPin() const override { return reinterpret_cast<taPin*>(owner_); } in getPin()
187 void addToPin(taPin* in) override in addToPin()