-
Notifications
You must be signed in to change notification settings - Fork 9
/
.cshrc
64 lines (54 loc) · 1.94 KB
/
.cshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#! /usr/bin/env tcsh
# SPDX-License-Identifier: Apache-2.0
# Copyright 2019 Blue Cheetah Analog Design Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# clear out PYTHONPATH
setenv PYTHONPATH ""
### Setup BAG
source .cshrc_bag
# location of various tools
setenv CDS_INST_DIR /tools/cadence/ICADVM181
setenv PEGASUS_HOME /tools/cadence/PEGASUS184
setenv SPECTRE_HOME /tools/cadence/SPECTRE181
setenv QRC_HOME /tools/cadence/EXT191
setenv OA_CDS_ROOT ${CDS_INST_DIR}/oa_v22.60.007
setenv CDSHOME $CDS_INST_DIR
setenv MMSIM_HOME ${SPECTRE_HOME}
setenv OA_BIT 64
if (! $?OA_PLUGIN_PATH) then
setenv OA_PLUGIN_PATH ${OA_CDS_ROOT}/data/plugins
else
setenv OA_PLUGIN_PATH ${OA_CDS_ROOT}/data/plugins:${OA_PLUGIN_PATH}
endif
# PATH setup
setenv PATH ${PEGASUS_HOME}/bin:${PATH}
setenv PATH ${CDS_INST_DIR}/tools/plot/bin:${PATH}
setenv PATH ${CDS_INST_DIR}/tools/dfII/bin:${PATH}
setenv PATH ${CDS_INST_DIR}/tools/bin:${PATH}
setenv PATH ${MMSIM_HOME}/bin:${PATH}
setenv PATH ${QRC_HOME}/bin:${PATH}
setenv PATH ${BAG_TOOLS_ROOT}/bin:${PATH}
# LD_LIBRARY_PATH setup
if (! $?LD_LIBRARY_PATH) then
setenv LD_LIBRARY_PATH ${BAG_WORK_DIR}/cadence_libs
else
setenv LD_LIBRARY_PATH ${BAG_WORK_DIR}/cadence_libs:${LD_LIBRARY_PATH}
endif
setenv LD_LIBRARY_PATH ${BAG_TOOLS_ROOT}/lib:${LD_LIBRARY_PATH}
# Virtuoso options
setenv SPECTRE_DEFAULTS -E
setenv CDS_Netlisting_Mode "Analog"
setenv CDS_AUTO_64BIT ALL
# License setup
setenv CDS_LIC_FILE [email protected]