12.07.2015 Views

Simulator Configuration Guide for Synopsys Models

Simulator Configuration Guide for Synopsys Models

Simulator Configuration Guide for Synopsys Models

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 9: Using VERA with <strong>Synopsys</strong> <strong>Models</strong><strong>Simulator</strong> <strong>Configuration</strong> <strong>Guide</strong>HP-UX:% /bin/c89 -DMTI -DaccVersionLatest -c +Z \-I$VERA_HOME/lib -I$MTI_HOME/include -o ./veriuser.o \$VERA_HOME/lib/veriuser.c% /usr/ccs/bin/ld -b -o ./veriuser.sl \./veriuser.o $VERA_HOME/lib/libSysSciTaskPIC.aLinux:% gcc -DMTI -DaccVersionLatest -c -fPIC \-I$VERA_HOME/lib -I$MTI_HOME/include -o ./veriuser.o \$VERA_HOME/lib/veriuser.c% gcc -shared -o ./veriuser.so \./veriuser.o $VERA_HOME/lib/libSysSciTaskPIC.aSolaris:% /usr/ucb/cc -DMTI -DaccVersionLatest -c -KPIC \-I$VERA_HOME/lib -I$MTI_HOME/include -o ./veriuser.o \$VERA_HOME/lib/veriuser.c% /usr/ucb/cc -G -z text -o ./veriuser.so \./veriuser.o $VERA_HOME/lib/libSysSciTaskPIC.a3. Modfiy your environmental library path to include the directory path to your localveriuser library, as follows:HP-UX:% setenv SHLIB_PATH dir_path_to_veriuser.sl:$SHLIB_PATHLinux and Solaris:% setenv LD_LIBRARY_PATH dir_path_to_veriuser.so:$LD_LIBRARY_PATH4. Set your SSI_LIB_FILES environmental variable to include the path to your localVERA UDF library, as follows:% setenv SSI_LIB_FILES path_to_vera_local.dl5. Map your work library as shown in this example:% vlib work% vmap work workThis produces a modelsim.ini file.6. Edit the modelsim.ini file to add a Resolution statement, as shown in this example:Resolution = 100ps248 <strong>Synopsys</strong>, Inc. October 6, 2003

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!