#!/bin/sh

############################################################
## Copyright: 2010 Integrated Sytems Laboratory, ETH Zurich
##            http://www.iis.ee.ethz.ch/~sha3
############################################################

# sample script to run gatelevel simulation with sdf timings  
#
# >>> Adapt it for your design !!! <<<  (see README.postlayout)
#

vsim-6.5a -t 1ps -lib gate \
          -L fsd0a_a_generic_core_verilog -L fod0a_b25_t25_generic_io_verilog \
          -sdftyp MutInst=../encounter/out/echo_slow.sdf.gz +sdf_verbose \
          -do "run 25.97 ns; vcd file ../modelsim/vcd/echo_slow.vcd; vcd add -r /echoTb/mutinst/*; run 7657.44 ns; quit -f" \
          -v2k_int_delays +no_glitch_msg\
          echoTb

# use:
#
#   vsim-6.5a -help 
#
# to see available options

#         -do "run 35 ns; vcd file ../modelsim/vcd/echo.vcd; vcd add -r /echoTb/mutinst/*; run 310 ns; quit -f" \



Generated on Fri Sep 24 10:39:12 CEST 2010
Home