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

9 10 11 12
#
# To run the Physical Synthesis (iSpatial) flow - flow2
export PHY_SYNTH=0

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