run.sh 634 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 11 12
#
# To run the Physical Synthesis (iSpatial) flow - flow2
export PHY_SYNTH=1

sakundu committed
13
mkdir log -p
14
genus -overwrite -log log/genus.log -no_gui -files run_genus_hybrid.tcl
15
innovus -64 -overwrite -log log/innovus.log -files run_invs.tcl
16
../../../../util/run_CodeFlow.sh