Skip to content

Commit a80ebbb

Browse files
committed
pdn: fix python formatting in report.py
Signed-off-by: Peter Gadfort <[email protected]>
1 parent 7218fa9 commit a80ebbb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/pdn/test/report.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@
3333
)
3434

3535
pdn_aux.add_pdn_stripe(
36-
design, layer="metal4", width=0.48, pitch=56.0, offset=2.0, extend_to_core_ring=True, nets=["VDD"]
36+
design,
37+
layer="metal4",
38+
width=0.48,
39+
pitch=56.0,
40+
offset=2.0,
41+
extend_to_core_ring=True,
42+
nets=["VDD"],
3743
)
3844
pdn_aux.add_pdn_stripe(
3945
design, layer="metal7", width=1.40, pitch=40.0, offset=2.0, extend_to_core_ring=True

0 commit comments

Comments
 (0)