Page MenuHomec4science

analyze.sh
No OneTemporary

File Metadata

Created
Tue, Sep 17, 18:52

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 /home/mballi/nangate45/NangateOpenCellLibrary_PDKv1_3_v2010_12/Front_End/Verilog/NangateOpenCellLibrary.v
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