Skip to content

Commit d6daae1

Browse files
committed
Address review comments
Signed-off-by: Don MacMillen <[email protected]>
1 parent 39702b0 commit d6daae1

File tree

3 files changed

+0
-63
lines changed

3 files changed

+0
-63
lines changed

src/pdn/include/pdn/PdnGen.hh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ using odb::dbRegion;
5757

5858
using utl::Logger;
5959

60-
#ifndef SWIG
61-
using std::regex;
62-
#endif
63-
6460
enum ExtensionMode
6561
{
6662
CORE,

src/pdn/test/power_switch.py

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/pdn/test/widthtable.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
design = Design(tech)
1010
design.readDef("asap7_vias/floorplan.def")
11-
pdngen = design.getPdnGen()
1211

1312
pdn_aux.add_global_connection(design, net_name="VDD", pin_pattern="^VDD$", power=True)
1413
pdn_aux.add_global_connection(design, net_name="VSS", pin_pattern="^VSS$", ground=True)

0 commit comments

Comments
 (0)