Skip to content

Commit

Permalink
chore: update config for TT04
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jun 14, 2023
1 parent 6b4460e commit 3b49768
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/config.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ set ::env(PL_RESIZER_BUFFER_OUTPUT_PORTS) 0
set ::env(SYNTH_READ_BLACKBOX_LIB) 1

# reduce wasted space
set ::env(TOP_MARGIN_MULT) 2
set ::env(BOTTOM_MARGIN_MULT) 2
set ::env(TOP_MARGIN_MULT) 1
set ::env(BOTTOM_MARGIN_MULT) 1
set ::env(LEFT_MARGIN_MULT) 6
set ::env(RIGHT_MARGIN_MULT) 6

# absolute die size
set ::env(FP_SIZING) absolute
Expand Down Expand Up @@ -55,7 +57,3 @@ set ::env(CLOCK_PORT) {clk}
# don't use power rings or met5
set ::env(DESIGN_IS_CORE) 0
set ::env(RT_MAX_LAYER) {met4}

# connect to first digital rails
set ::env(VDD_NETS) [list {vccd1}]
set ::env(GND_NETS) [list {vssd1}]

0 comments on commit 3b49768

Please sign in to comment.