explicit non-strict zip
This commit is contained in:
parent
7c718401d4
commit
22f8015b82
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ def trace_layout(
|
||||||
#
|
#
|
||||||
# Return merged nets
|
# Return merged nets
|
||||||
#
|
#
|
||||||
top_circuits = [cc for cc, _ in zip(nl.each_circuit_top_down(), range(nl.top_circuit_count()))]
|
top_circuits = [cc for cc, _ in zip(nl.each_circuit_top_down(), range(nl.top_circuit_count()), strict=False)]
|
||||||
|
|
||||||
# Nets with more than one label get their labels joined with a comma
|
# Nets with more than one label get their labels joined with a comma
|
||||||
nets = [
|
nets = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue