📄 common_setup.tcl
字号:
########################################################################################### Variables common to all RM scripts# Script: common_setup.tcl# Version: B-2008.09 (Oct. 3, 2008)# Copyright (C) 2007, 2008 Synopsys All rights reserved.##########################################################################################set DESIGN_NAME "" ;# The name of the top-level designset DESIGN_REF_DATA_PATH "" ;# Absolute path prefix variable for library/design data. # Use this variable to prefix the common absolute path to # the common variables defined below. # Absolute paths are mandatory for hierarchical RM flow.########################################################################################### Library Setup Variables########################################################################################### For the following variables, use a blank space to separate multiple entries# Example: set TARGET_LIBRARY_FILES "lib1.db lib2.db lib3.db"set ADDITIONAL_SEARCH_PATH "" ;# Additional search path to be added to the default search pathset TARGET_LIBRARY_FILES "" ;# Target technology logical librariesset ADDITIONAL_LINK_LIB_FILES "" ;# Extra link logical libraries not included in TARGET_LIBRARY_FILESset MIN_LIBRARY_FILES "" ;# List of max min library pairs "max1 min1 max2 min2 max3 min3"...set MW_REFERENCE_LIB_DIRS "" ;# Milkyway reference libraries (include ICC ILMs here)set MW_REFERENCE_CONTROL_FILE "" ;# Reference Control file to define the MW ref libsset TECH_FILE "" ;# Milkyway technology fileset MAP_FILE "" ;# Mapping file for TLUplusset TLUPLUS_MAX_FILE "" ;# Max TLUplus fileset TLUPLUS_MIN_FILE "" ;# Min TLUplus fileset MW_POWER_NET "VDD" ;#set MW_POWER_PORT "VDD" ;#set MW_GROUND_NET "VSS" ;#set MW_GROUND_PORT "VSS" ;#set MIN_ROUTING_LAYER "" ;# Min routing layerset MAX_ROUTING_LAYER "" ;# Max routing layer########################################################################################### Multi-Voltage Common Variables## Define the following MV common variables for the RM scripts for multi-voltage flows.# Use as few or as many of the following definitions as needed by your design.##########################################################################################set PD1 "" ;# Name of power domain/voltage area 1set PD1_CELLS "" ;# Instances to include in power domain/voltage area 1set VA1_COORDINATES {} ;# Coordinates for voltage area 1set MW_POWER_NET1 "VDD1" ;# Power net for voltage area 1set MW_POWER_PORT1 "VDD" ;# Power port for voltage area 1set PD2 "" ;# Name of power domain/voltage area 2set PD2_CELLS "" ;# Instances to include in power domain/voltage area 2set VA2_COORDINATES {} ;# Coordinates for voltage area 2set MW_POWER_NET2 "VDD2" ;# Power net for voltage area 2set MW_POWER_PORT2 "VDD" ;# Power port for voltage area 2set PD3 "" ;# Name of power domain/voltage area 3set PD3_CELLS "" ;# Instances to include in power domain/voltage area 3set VA3_COORDINATES {} ;# Coordinates for voltage area 3set MW_POWER_NET3 "VDD3" ;# Power net for voltage area 3set MW_POWER_PORT3 "VDD" ;# Power port for voltage area 3set PD4 "" ;# Name of power domain/voltage area 4set PD4_CELLS "" ;# Instances to include in power domain/voltage area 4set VA4_COORDINATES {} ;# Coordinates for voltage area 4set MW_POWER_NET4 "VDD4" ;# Power net for voltage area 4set MW_POWER_PORT4 "VDD" ;# Power port for voltage area 4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -