@@ -378,7 +378,7 @@ class extMetRCTable
378378 extDistWidthRCTable* table,
379379 const char * keyword);
380380 // dkf 12272023
381- bool GetViaRes (Ath__parser* p, Ath__parser* w, dbNet* net, FILE* logFP);
381+ bool GetViaRes (Ath__parser* p, Ath__parser* w, odb:: dbNet* net, FILE* logFP);
382382 extViaModel* addViaModel (char * name,
383383 double R,
384384 uint cCnt,
@@ -392,7 +392,7 @@ class extMetRCTable
392392 void writeViaRes (FILE* fp);
393393 bool ReadRules (Ath__parser* p);
394394 // dkf 12302023
395- bool SkipPattern (Ath__parser* p, dbNet* net, FILE* logFP);
395+ bool SkipPattern (Ath__parser* p, odb:: dbNet* net, FILE* logFP);
396396 // dkf 01022024
397397 uint SetDefaultTechViaRes (dbTech* tech, bool dbg);
398398 // ----------------------------------------------------------------------------------------
@@ -1749,11 +1749,12 @@ class extMain
17491749
17501750 // CLEANUP dkf 10242024 ----------------------------------
17511751 void makeBlockRCsegs_v2 (const char * netNames, const char * extRules);
1752- bool markNetsToExtract_v2 (const char * netNames, std::vector<dbNet*>& inets);
1752+ bool markNetsToExtract_v2 (const char * netNames,
1753+ std::vector<odb::dbNet*>& inets);
17531754
17541755 bool makeRCNetwork_v2 ();
17551756 bool couplingExtEnd_v2 ();
1756- void update_wireAltered_v2 (std::vector<dbNet*>& inets);
1757+ void update_wireAltered_v2 (std::vector<odb:: dbNet*>& inets);
17571758 void initSomeValues_v2 ();
17581759 bool SetCornersAndReadModels_v2 (const char * extRules);
17591760 double getDbFactor_v2 ();
@@ -1763,27 +1764,27 @@ class extMain
17631764 uint* cornerTable);
17641765
17651766 void setExtractionOptions_v2 (ExtractOptions options);
1766- uint makeNetRCsegs_v2 (dbNet* net, bool skipStartWarning = false );
1767+ uint makeNetRCsegs_v2 (odb:: dbNet* net, bool skipStartWarning = false );
17671768 uint resetMapNodes_v2 (odb::dbWire* wire);
17681769
17691770 uint getCapNodeId_v2 (dbITerm* iterm, const uint junction);
17701771 uint getCapNodeId_v2 (dbBTerm* bterm, const uint junction);
1771- uint getCapNodeId_v2 (dbNet* net, const int junction, const bool branch);
1772- uint getCapNodeId_v2 (dbNet* net,
1772+ uint getCapNodeId_v2 (odb:: dbNet* net, const int junction, const bool branch);
1773+ uint getCapNodeId_v2 (odb:: dbNet* net,
17731774 odb::dbWirePath& path,
17741775 const uint junction,
17751776 bool branch);
1776- uint getCapNodeId_v2 (dbNet* net,
1777+ uint getCapNodeId_v2 (odb:: dbNet* net,
17771778 const odb::dbWirePathShape& pshape,
17781779 int junct_id,
17791780 bool branch);
1780- void initJunctionIdMaps (dbNet* net);
1781+ void initJunctionIdMaps (odb:: dbNet* net);
17811782
17821783 void print_debug (const bool branch,
17831784 const uint junction,
17841785 uint capId,
17851786 const char * old_new);
1786- odb::dbRSeg* addRSeg_v2 (dbNet* net,
1787+ odb::dbRSeg* addRSeg_v2 (odb:: dbNet* net,
17871788 uint& srcId,
17881789 odb::Point& prevPoint,
17891790 const odb::dbWirePath& path,
@@ -1792,18 +1793,18 @@ class extMain
17921793 const double * restbl = nullptr ,
17931794 const double * captbl = nullptr );
17941795
1795- void loopWarning (dbNet* net, const odb::dbWirePathShape& pshape);
1796- void getShapeRC_v2 (dbNet* net,
1796+ void loopWarning (odb:: dbNet* net, const odb::dbWirePathShape& pshape);
1797+ void getShapeRC_v2 (odb:: dbNet* net,
17971798 const dbShape& s,
17981799 odb::Point& prevPoint,
17991800 const odb::dbWirePathShape& pshape);
1800- void getShapeRC_v3 (dbNet* net,
1801+ void getShapeRC_v3 (odb:: dbNet* net,
18011802 const dbShape& s,
18021803 odb::Point& prevPoint,
18031804 const odb::dbWirePathShape& pshape);
1804- double getViaRes_v2 (dbNet* net, dbTechVia* tvia);
1805- double getDbViaRes_v2 (dbNet* net, const dbShape& s);
1806- double getMetalRes_v2 (dbNet* net,
1805+ double getViaRes_v2 (odb:: dbNet* net, dbTechVia* tvia);
1806+ double getDbViaRes_v2 (odb:: dbNet* net, const dbShape& s);
1807+ double getMetalRes_v2 (odb:: dbNet* net,
18071808 const dbShape& s,
18081809 const odb::dbWirePathShape& pshape);
18091810 void setResAndCap_v2 (odb::dbRSeg* rc,
@@ -1876,7 +1877,7 @@ class extMain
18761877
18771878 uint couplingFlow_v2_opt (odb::Rect& extRect, uint ccFlag, extMeasure* m);
18781879 uint couplingFlow_v2 (odb::Rect& extRect, uint ccFlag, extMeasure* m);
1879- void setBranchCapNodeId (dbNet* net, uint junction);
1880+ void setBranchCapNodeId (odb:: dbNet* net, uint junction);
18801881 void markPathHeadTerm (odb::dbWirePath& path);
18811882
18821883 extSolverGen* getCurrentSolverGen () { return _currentSolverGen; }
0 commit comments