tf.synscr 520 Bytes
#!/bin/csh -f
#
# ASICSYN
#
# Phil Gossett
# 8/10/94
#
vlsishell << EOF
set echo on
asicsyn

#
# default flags
set hdl verilog
set autowrite false
set automaticanswer no

#
# verilog sources
#
load [v]tf

#
# load constraint cile
load [cmd]tf_cons

synthesize
write

set frozen tf_mux9 tf_lerp_booth tf_lerp_csa
show cellhier
# set cpu 1
optimize
write

show cellhier
report

exit
exit
EOF
#

cd ../compass

#
vlsishell << EOF
set echo on
qtv

#
load [nls]tf

show simparms
trace critical

exit
exit
EOF
#

cd ../src

#