Page MenuHomec4science

analyze.sh
No OneTemporary

File Metadata

Created
Tue, Sep 17, 19:14

analyze.sh

#!/bin/tcsh
setenv SNPSLMD_LICENSE_FILE 27000@ielsrv01.epfl.ch
setenv VCS_HOME /softs/synopsys/vcs-mx/N-2017.12-SP2-1
set path= ( $path $VCS_HOME/bin )
cp "../../test_vectors/Testinput.txt" "./Testinput.txt"
cp "../../test_vectors/Testoutput.txt" "./Testoutput.txt"
vlogan -full64 ./FDAY/FrontEnd/verilog/fsd0a_a_generic_core_30.lib.src
vlogan -full64 syn.v
vhdlan -full64 ../../src/forkaes_tb.vhd
vcs -full64 -debug -sdf typ:forkaes_tb/mut:syn.sdf forkaes_tb +neg_tchk +sdfverbose
./simv -ucli -include ../scripts/saif.cmd
#dve -full64 -toolexe simv

Event Timeline