run.sh 516 Bytes
Newer Older
1
# This script was written and developed by ABKGroup students at UCSD. However, the underlying commands and reports are copyrighted by Cadence. 
ZhiangWang033 committed
2
# We thank Cadence for granting permission to share our research to help promote and foster the next generation of innovators.
sakundu committed
3 4 5 6
#!/bin/tcsh
module unload genus
module load genus/21.1
module unload innovus
sakundu committed
7
module load innovus/21.1
sakundu committed
8 9 10

mkdir log -p
genus -overwrite -log log/genus.log -no_gui -files run_genus.tcl
11
innovus -64 -files run_invs.tcl -overwrite -log log/innovus.log