|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 mabas.masood 于 2014-4-28 06:50 编辑
i have uploaded Agilent GoldenGate RFIC Simulation Software 2013.10 - 4.8.3 + FIX in this page
http://bbs.eetop.cn/viewthread.php?tid=443500&page=1&extra=#pid8137969
install steps
1. Install GoldenGate 2013.10 - 4.8.3
tar xvzf GoldenGate-201310-4-8-3.tar.gz -C /opt (or your path)
2. Copy over the patched files on the install directory.
3. Open the license file and replace 000000000000 with your host_id.
4. Create the necessary variables in your .bashrc or equivalent:
export CDS_LOAD_ENV=CSF
export XPEDION=/opt/GoldenGate-201310-4-8-2
export GOLDENGATE_LICENSE_FILE=$XPEDION/license.lic
export HPEESOF_DIR=$XPEDION
export XPEDION_CADENCE_VERSION=616-64b
export PATH=$XPEDION/bin:$PATH
5. if you have ADS, change "export HPEESOF_DIR=$XPEDION" to "export HPEESOF_DIR=<ADS Path>"
and add this line to bashrc
export PATH=$HPEESOF_DIR/bin:$PATH
6. Launch the license manager:
$XPEDION/Licensing/2013.09/linux_x86_64/bin/lmgrd -c $GOLDENGATE_LICENSE_FILE
7. In your Cadence installation hierarchy, edit $CDS_INST_DIR/share/cdssetup/setup.loc
and add these two lines at the end:
$HPEESOF_DIR/idf/ads_site
$XPEDION/aa/$XPEDION_CADENCE_VERSION
8. Before launching Virtuoso, execute this in your $HOME directory:
$XPEDION/aa/user_install.sh
9. Launch Cadence Virtuoso:
virtuoso &
NOTE:
1- you can use spectre tech file for simulation with goldengate :)
2- if you want to use momentum in virtuoso you must install linux version of ADS
you can download ADS 2014.1 from agilent site and crack with
http://bbs.eetop.cn/viewthread.php?tid=441969&
but if your ADS license.lic file is not accepted after checking. use GoldenGate license.lic without any problem |
|