#!/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/luffa.sdf.gz +sdf_verbose \
-do "run 12.003 ns; vcd file ../modelsim/vcd/luffa_20G.vcd; vcd add -r /luffatb/mutinst/*; run 71.997 ns; quit -f" \
-v2k_int_delays +no_glitch_msg \
luffatb
# use:
#
# vsim-6.5a -help
#
# to see available options
# -do "run 10.322 ns; vcd file ../modelsim/vcd/luffa.vcd; vcd add -r /luffatb/mutinst/*; run 61.935 ns; quit -f" \
# -do "run 346.525 ns; vcd file ../modelsim/vcd/luffa_small.vcd; vcd add -r /luffatb/mutinst/*; run 7573.38 ns; quit -f" \