Skip to content

Commit

Permalink
Merge pull request #3 from 89Mods/tholin-dev
Browse files Browse the repository at this point in the history
Update pin placement command name
  • Loading branch information
TheMightyDuckOfDoom authored Jun 24, 2024
2 parents 4f14acd + 338dcae commit fcf2d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openroad/chip.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ source ../pdk/openroad/make_tracks.tcl

# Place Pins
if {[llength [all_inputs]] > 0 || [llength [all_outputs]] > 0} {
place_io_pins -hor_layers Metal1 -ver_layers Metal2 \
place_pins -hor_layers Metal1 -ver_layers Metal2 \
-min_distance_in_tracks -min_distance 8
}

Expand Down

0 comments on commit fcf2d48

Please sign in to comment.