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>Building the VERA UDF Dynamic Library <strong>for</strong> NC-VerilogUse the following commands to build the VERA UDF dynamic library <strong>for</strong> NC-Verilogon your particular plat<strong>for</strong>m.HP-UXLinux% /bin/c89 -c +Z -I$VERA_HOME/lib -o ./vera_user.o \$LMC_HOME/sim/vera/src/vera_user.c% /usr/ccs/bin/ld -b -o ./vera_local.dl \./vera_user.o $LMC_HOME/lib/hp700.lib/vera_slm_pli.o \$VERA_HOME/lib/vlog/libvlog_br.a $VERA_HOME/lib/libVERA.a% gcc -c -fPIC -I$VERA_HOME/lib -o ./vera_user.o \$LMC_HOME/sim/vera/src/vera_user.c% gcc -shared -o ./vera_local.dl \./vera_user.o $LMC_HOME/lib/x86_linux.lib/vera_slm_pli.o \$VERA_HOME/lib/vlog/libvlog_br.a $VERA_HOME/lib/libVERA.aSolaris% /usr/ucb/cc -c -KPIC -I$VERA_HOME/lib -o ./vera_user.o \$LMC_HOME/sim/vera/src/vera_user.c% /usr/ucb/cc -G -z text -o ./vera_local.dl \./vera_user.o $LMC_HOME/lib/sun4Solaris.lib/vera_slm_pli.o \$VERA_HOME/lib/vlog/libvlog_br.a $VERA_HOME/lib/libVERA.aBuilding the VERA UDF Dynamic Library <strong>for</strong> SciroccoUse the following commands to build the VERA UDF dynamic library <strong>for</strong> Scirocco onyour particular plat<strong>for</strong>m.HP-UXLinux% /bin/c89 -c +Z -I$VERA_HOME/lib -o ./vera_user.o \$LMC_HOME/sim/vera/src/vera_user.c% /usr/ccs/bin/ld -b -o ./libvera_sro.sl \./vera_user.o $LMC_HOME/lib/hp700.lib/vera_slm_vhpi.o \$VERA_HOME/lib/sro/sro_bridge.a $VERA_HOME/lib/libVERA.a% gcc -c -fPIC -I$VERA_HOME/lib -o ./vera_user.o \$LMC_HOME/sim/vera/src/vera_user.c% gcc -shared -o ./libvera_sro.so \./vera_user.o $LMC_HOME/lib/x86_linux.lib/vera_slm_vhpi.o \$VERA_HOME/lib/sro/sro_bridge.a $VERA_HOME/lib/libVERA.a240 <strong>Synopsys</strong>, Inc. October 6, 2003

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

Saved successfully!

Ooh no, something went wrong!