Skip to content

Commit

Permalink
removed unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhampal9 authored Dec 12, 2024
1 parent 85facbc commit dfe0499
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ def flipped_voltage_follower(
#add nwell
if well == "nwell":
top_level.add_padding(layers=(pdk.get_glayer("nwell"),),default= 1 )


comp = Component()
compref = comp << top_level
correctionxy = prec_center(compref)
compref.movex(correctionxy[0]).movey(correctionxy[1])

component = component_snap_to_grid(rename_ports_by_orientation(top_level))

Expand Down

0 comments on commit dfe0499

Please sign in to comment.