cc_edge_csa.synscr 362 Bytes
#!/bin/csh -f
#
# ASICSYN
#
# Phil Gossett
# 7/23/94
#
vlsishell << EOF
set echo on
asicsyn

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

#
# verilog sources
#
load [v]cc_edge_csa

#
# load constraint file
load [cmd]cc_edge_csa_cons

synthesize
write

show cellhier
report

qtv
show simparms
trace critical

exit
exit
exit
EOF
#