Skip to content

Commit

Permalink
hotfix caused by #733
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonliew committed Mar 11, 2023
1 parent 212750f commit 397b4a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hammer/technology/asap7/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ vlsi:

bump_block_cut_layer: "V9" # Set the layer that blocks vias under bumps

tap_cell_interval: "50" # Set the interval and offset for tap cells
tap_cell_offset: "10.564" # Set the interval and offset for tap cells
tap_cell_interval: 50 # Set the interval and offset for tap cells
tap_cell_offset: 10.564 # Set the interval and offset for tap cells


technology.core:
Expand Down
4 changes: 2 additions & 2 deletions hammer/technology/sky130/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ vlsi:

bump_block_cut_layer: "via4" # Set the layer that blocks vias under bumps

tap_cell_interval: "15" # Set the interval and offset for tap cells
tap_cell_offset: "5"
tap_cell_interval: 15 # Set the interval and offset for tap cells
tap_cell_offset: 5

technology.core:
stackup: "sky130_fd_sc_hd" # This key should exist in the stackups list in the tech json
Expand Down

0 comments on commit 397b4a3

Please sign in to comment.