File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,9 @@ void PdnGen::buildGrids(bool trim)
135135 }
136136 logger_->warn (utl::PDN,
137137 232 ,
138- " {} does not contain any shapes or vias." ,
139- grid->getLongName ());
138+ " The grid \" {}\" ({}) does not contain any shapes or vias." ,
139+ grid->getLongName (),
140+ Grid::typeToString (grid->type ()));
140141 failed = true ;
141142 }
142143 if (failed) {
Original file line number Diff line number Diff line change 1111[INFO PDN-0001] Inserting grid: CORE_macro_grid_1 - dmem/dmem1
1212[INFO PDN-0001] Inserting grid: CORE_macro_grid_1 - dmem/dmem2
1313[INFO PDN-0001] Inserting grid: CORE_macro_grid_1 - dmem/dmem3
14- [WARNING PDN-0232] CORE_macro_grid_1 - dmem/dmem0 does not contain any shapes or vias.
15- [WARNING PDN-0232] CORE_macro_grid_1 - dmem/dmem1 does not contain any shapes or vias.
16- [WARNING PDN-0232] CORE_macro_grid_1 - dmem/dmem2 does not contain any shapes or vias.
14+ [WARNING PDN-0232] The grid " CORE_macro_grid_1 - dmem/dmem0" (Instance) does not contain any shapes or vias.
15+ [WARNING PDN-0232] The grid " CORE_macro_grid_1 - dmem/dmem1" (Instance) does not contain any shapes or vias.
16+ [WARNING PDN-0232] The grid " CORE_macro_grid_1 - dmem/dmem2" (Instance) does not contain any shapes or vias.
1717[ERROR PDN-0233] Failed to generate full power grid.
1818PDN-0233
You can’t perform that action at this time.
0 commit comments