Skip to content

Commit

Permalink
Reformatted cace_regenerate.py through blue.
Browse files Browse the repository at this point in the history
  • Loading branch information
RTimothyEdwards committed Mar 14, 2024
1 parent dbdf2af commit 2b93bc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cace/common/cace_regenerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,9 @@ def regenerate_schematic_netlist(dsheet):
if pdk and 'PDK' not in newenv:
newenv['PDK'] = pdk

tclstr = set_xschem_paths(dsheet, schem_netlist_path, 'set lvs_netlist 1')
tclstr = set_xschem_paths(
dsheet, schem_netlist_path, 'set lvs_netlist 1'
)

# Xschem arguments:
# -n: Generate a netlist
Expand Down

0 comments on commit 2b93bc8

Please sign in to comment.