at.synscr 522 Bytes
#!/bin/csh -f
#
# ASICSYN
#
# Phil Gossett
# 10/25/94
#
vlsishell << EOF
set echo on
asicsyn

#
# default flags
set autowrite false
set automaticanswer no

#
# verilog sources
#
load [v]at

#
# load constraint file
load [cmd]at_cons

synthesize
write

set frozen at_latch1 at_latch3 at_latch23 at_latch32 at_latch56 at_latch64
write
show cellhier
show insthier
optimize
write
report

exit
exit
EOF
#
cd ../compass
#
vlsishell << EOF
set echo on
qtv

load [nls]at

show simparms
trace critical

exit
exit
EOF
#
cd ../src
#