design_setup.tcl 996 Bytes
Newer Older
1 2 3 4 5
# This script was written and developed by ABKGroup students at UCSD. However, the underlying commands and reports are copyrighted by Cadence. 
# We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators.

set DESIGN ariane 
set sdc  ../../constraints/${DESIGN}.sdc
sakundu committed
6
set rtldir ../../../../../Testcases/ariane136/rtl
7

8 9 10 11
#
# DEF file for floorplan initialization
#
if {[info exist ::env(PHY_SYNTH)] && $::env(PHY_SYNTH) == 1} {
Ravi Varadarajan committed
12
    set floorplan_def ../../def/ariane136_fp_placed_macros.def
13
} else {
14
    set floorplan_def ../../def/ariane136_fp.def
15
}
16 17 18 19 20 21 22 23
#
# Effort level during optimization in syn_generic -physical (or called generic) stage
# possible values are : high, medium or low
set GEN_EFF medium

# Effort level during optimization in syn_map -physical (or called mapping) stage
# possible values are : high, medium or low
set MAP_EFF high
24 25 26 27
#
set SITE "FreePDK45_38x28_10R_NP_162NW_34O"
set HALO_WIDTH 5
set TOP_ROUTING_LAYER 10