Skip to content

Commit

Permalink
update digital_pll configs
Browse files Browse the repository at this point in the history
  • Loading branch information
agorararmard committed Nov 13, 2020
1 parent 6fd3c35 commit d03377b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 32 deletions.
10 changes: 8 additions & 2 deletions designs/digital_pll_sky130_fd_sc_hd/config.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ set ::env(RUN_SIMPLE_CTS) 0
set ::env(SYNTH_BUFFERING) 0
set ::env(SYNTH_SIZING) 0

set ::env(RUN_MAGIC) 1
set filename $::env(OPENLANE_ROOT)/designs/$::env(DESIGN_NAME)/$::env(PDK)_$::env(STD_CELL_LIBRARY)_config.tcl

set ::env(SYNTH_MAX_FANOUT) 6
set ::env(FP_CORE_UTIL) 50
set ::env(PL_TARGET_DENSITY) [ expr ($::env(FP_CORE_UTIL)+5) / 100.0 ]
set ::env(CLOCK_PERIOD) "15.8"
set ::env(CELL_PAD) 4

set filename $::env(DESIGN_DIR)/$::env(PDK)_$::env(STD_CELL_LIBRARY)_config.tcl
if { [file exists $filename] == 1} {
source $filename
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d03377b

Please sign in to comment.