Home
last modified time | relevance | path

Searched refs:swires (Results 1 – 18 of 18) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/defin/
H A DdefinSNet.cpp132 dbSet<dbSWire> swires = _cur_net->getSWires(); in begin() local
135 for (itr = swires.begin(); itr != swires.end(); itr = swires.begin()) { in begin()
594 dbSet<dbSWire> swires = _cur_net->getSWires(); in end() local
596 if (swires.reversible() && swires.orderReversed()) in end()
597 swires.reverse(); in end()
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A Dextplanes.cpp237 odb::dbSet<odb::dbSWire> swires = net->getSWires(); in addPowerGs() local
239 for (itr = swires.begin(); itr != swires.end(); ++itr) { in addPowerGs()
322 odb::dbSet<odb::dbSWire> swires = net->getSWires(); in getBboxPerLayer() local
324 for (itr = swires.begin(); itr != swires.end(); ++itr) { in getBboxPerLayer()
H A DextFlow.cpp181 dbSet<dbSWire> swires = net->getSWires(); in getNetSboxes() local
184 for (itr = swires.begin(); itr != swires.end(); ++itr) { in getNetSboxes()
343 for (itr = swires.begin(); itr != swires.end(); ++itr) { in mkSignalBins()
693 dbSet<dbSWire> swires = net->getSWires(); in sBoxCounter() local
696 for (itr = swires.begin(); itr != swires.end(); ++itr) { in sBoxCounter()
798 dbSet<dbSWire> swires = net->getSWires(); in addNetSBoxes() local
801 for (itr = swires.begin(); itr != swires.end(); ++itr) { in addNetSBoxes()
845 dbSet<dbSWire> swires = net->getSWires(); in addNetSBoxes2() local
848 for (itr = swires.begin(); itr != swires.end(); ++itr) { in addNetSBoxes2()
1565 for (itr = swires.begin(); itr != swires.end(); ++itr) { in addNetSboxesGs()
[all …]
H A DpowerConn.cpp2653 odb::dbSet<odb::dbSWire> swires = net->getSWires(); in addSboxesOnSearch() local
2656 for (itr = swires.begin(); itr != swires.end(); ++itr) { in addSboxesOnSearch()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/test/python/
H A D11-gcd_pdn_def_access_test.py77 swires = net.getSWires() variable
78 swire = swires[0]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/test/
H A Dgcd_pdn_def_access.tcl62 check "net num swires" {llength [set swires [$net getSWires]]} 1
67 set swire [lindex $swires 0]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/test/tcl/
H A D11-gcd_pdn_def_access_test.tcl65 check "net num swires" {llength [set swires [$net getSWires]]} 1
70 set swire [lindex $swires 0]
/dports/cad/openroad/OpenROAD-2.0/src/psm/src/
H A Dir_solver.cpp510 dbSet<dbSWire> swires = curDnet->getSWires(); in CreateGmat() local
512 for (sIter = swires.begin(); sIter != swires.end(); ++sIter) { in CreateGmat()
544 dbSet<dbSWire> swires = curDnet->getSWires(); in CreateGmat() local
546 for (sIter = swires.begin(); sIter != swires.end(); ++sIter) { in CreateGmat()
724 dbSet<dbSWire> swires = curDnet->getSWires(); in CreateGmat() local
726 for (sIter = swires.begin(); sIter != swires.end(); in CreateGmat()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbHierInstShapeItr.cpp352 dbSet<dbSWire> swires = net->getSWires(); in iterate_swires() local
355 for (itr = swires.begin(); itr != swires.end(); ++itr) { in iterate_swires()
H A DdbSearch.cpp1855 dbSet<dbSWire> swires = net->getSWires(); in addNetSBoxesOnSearch() local
1857 for (itr = swires.begin(); itr != swires.end(); ++itr) { in addNetSBoxesOnSearch()
1891 dbSet<dbSWire> swires = net->getSWires(); in getNetSBoxes() local
1893 for (itr = swires.begin(); itr != swires.end(); ++itr) { in getNetSBoxes()
2182 dbSet<dbSWire> swires = net->getSWires(); in addNetSBoxes() local
2185 for (itr = swires.begin(); itr != swires.end(); ++itr) { in addNetSBoxes()
H A DdbNet.cpp2794 dbSet<dbSWire> swires = getSWires(); in getPowerWireCount() local
2796 for (itr = swires.begin(); itr != swires.end(); ++itr) { in getPowerWireCount()
2849 dbSet<dbSWire> swires = getSWires(); in destroySWires() local
2853 for (sitr = swires.begin(); sitr != swires.end();) in destroySWires()
2910 dbSet<dbSWire> swires = net_->getSWires(); in destroy() local
2914 for (sitr = swires.begin(); sitr != swires.end();) in destroy()
H A DdbFlatten.cpp861 dbSet<dbSWire> swires = src->getSWires(); in copySWires() local
864 for (itr = swires.begin(); itr != swires.end(); ++itr) { in copySWires()
H A Dtmg_conn.cpp341 dbSet<dbSWire> swires = net->getSWires(); in loadSWire() local
342 if (swires.size() == 0) in loadSWire()
359 for (its = swires.begin(); its != swires.end(); ++its) { in loadSWire()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/defout/
H A Ddefout_impl.cpp1348 dbSet<dbSWire> swires = net->getSWires(); in writeSNet() local
1351 for (itr = swires.begin(); itr != swires.end(); ++itr) in writeSNet()
/dports/emulators/vice/vice-3.5/src/pet/
H A D6809.c1986 static void swires(void) in swires() function
5810 swires(); in h6809_mainloop()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/pet/
H A D6809.c1986 static void swires(void) in swires() function
5810 swires(); in h6809_mainloop()
/dports/textproc/zorba/zorba-2.7.0/wordlists/
H A Denglish-words.80116749 swires
/dports/games/tanglet/tanglet-1.6.0/wordlists/
H A Den216746 swires