We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe2f3d commit 2e55034Copy full SHA for 2e55034
src/pdn/test/pdn_aux.py
@@ -552,7 +552,9 @@ def add_pdn_connect(
552
553
split_cuts_layers = [get_layer(l) for l in split_cuts.keys()]
554
split_cuts_pitches = [design.micronToDBU(x) for x in split_cuts.values()]
555
- split_cuts_dict = dict(zip(split_cuts_layers, (split_cuts_pitches, split_cuts_staggered)))
+ split_cuts_dict = dict(
556
+ zip(split_cuts_layers, (split_cuts_pitches, split_cuts_staggered))
557
+ )
558
559
for g in pdngen.findGrid(grid):
560
pdngen.makeConnect(
0 commit comments