File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,15 +81,9 @@ class dbCreateNetUtil
8181 std::vector<odb::dbTechLayer*> _routingLayers;
8282 int _ruleNameHint;
8383 odb::dbMatrix<std::vector<odb::dbTechVia*>> _vias;
84- bool _milosFormat;
8584 odb::dbNet* _currentNet;
8685 odb::dbNet** _mapArray;
87- uint32_t _mapCnt;
88- uint32_t _ecoCnt;
8986 utl::Logger* logger_;
90- bool _skipPowerNets;
91- bool _useLocation;
92- bool _verbose;
9387};
9488
9589} // namespace rcx
Original file line number Diff line number Diff line change @@ -41,15 +41,9 @@ dbCreateNetUtil::dbCreateNetUtil(utl::Logger* logger)
4141 : _tech(nullptr ),
4242 _block (nullptr ),
4343 _ruleNameHint(0 ),
44- _milosFormat(false ),
4544 _currentNet(nullptr ),
4645 _mapArray(nullptr ),
47- _mapCnt(0 ),
48- _ecoCnt(0 ),
49- logger_(logger),
50- _skipPowerNets(true ),
51- _useLocation(false ),
52- _verbose(false )
46+ logger_(logger)
5347{
5448}
5549dbCreateNetUtil::~dbCreateNetUtil ()
You can’t perform that action at this time.
0 commit comments