Skip to content

Commit

Permalink
Revert "just for laughs"
Browse files Browse the repository at this point in the history
This reverts commit 36df955.
  • Loading branch information
phansel committed Sep 5, 2023
1 parent 3ef3776 commit 00e4840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project:
top_module: "tt_um_phansel_laplace_lut" # Put the name of your top module here, must start with "tt_um_". Make it unique by including your github username

# How many tiles your design occupies? A single tile is about 167x108 uM.
tiles: "1x2" # Valid values: 1x1, 1x2, 2x2, 4x2 or 8x2
tiles: "2x2" # Valid values: 1x1, 1x2, 2x2, 4x2 or 8x2

# Keep a track of the submission yaml
yaml_version: 4
Expand Down
2 changes: 1 addition & 1 deletion src/config.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set script_dir [file dirname [file normalize [info script]]]
source $::env(DESIGN_DIR)/user_config.tcl

# manually force higher density
set ::env(PL_TARGET_DENSITY) 0.8
# set ::env(PL_TARGET_DENSITY) 0.62

# save some time
set ::env(RUN_KLAYOUT_XOR) 0
Expand Down

0 comments on commit 00e4840

Please sign in to comment.