@@ -145,18 +145,19 @@ class PdnGen
145145 StartsWith starts_with,
146146 ExtensionMode extend,
147147 const std::vector<odb::dbNet*>& nets);
148- void makeConnect (Grid* grid,
149- odb::dbTechLayer* layer0,
150- odb::dbTechLayer* layer1,
151- int cut_pitch_x,
152- int cut_pitch_y,
153- const std::vector<odb::dbTechViaGenerateRule*>& vias,
154- const std::vector<odb::dbTechVia*>& techvias,
155- int max_rows,
156- int max_columns,
157- const std::vector<odb::dbTechLayer*>& ongrid,
158- const std::map<odb::dbTechLayer*, std::pair<int , bool >>& split_cuts,
159- const std::string& dont_use_vias);
148+ void makeConnect (
149+ Grid* grid,
150+ odb::dbTechLayer* layer0,
151+ odb::dbTechLayer* layer1,
152+ int cut_pitch_x,
153+ int cut_pitch_y,
154+ const std::vector<odb::dbTechViaGenerateRule*>& vias,
155+ const std::vector<odb::dbTechVia*>& techvias,
156+ int max_rows,
157+ int max_columns,
158+ const std::vector<odb::dbTechLayer*>& ongrid,
159+ const std::map<odb::dbTechLayer*, std::pair<int , bool >>& split_cuts,
160+ const std::string& dont_use_vias);
160161
161162 void writeToDb (bool add_pins, const std::string& report_file = " " ) const ;
162163 void ripUp (odb::dbNet* net);
0 commit comments