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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

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> MTI VHDLUse the following commands to build the VERA UDF dynamic library <strong>for</strong> MTI VHDLon your particular plat<strong>for</strong>m.NoteWhen using VERA version 5.1.1 on HP-UX, you must use the extension .sl<strong>for</strong> your locally created UDF library. Either create an appropriately namedsoft link to your local built UDF library:% ln -s ./vera_mti.dl vera_mti.slor use the correct extension <strong>for</strong> the output file name in the link command:% /usr/ccs/bin/ld -b -o ./vera_mti.sl ...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_mti.dl \./vera_user.o $LMC_HOME/lib/hp700.lib/vera_slm_mti.o \$VERA_HOME/lib/mti/mti_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 ./vera_mti.dl \./vera_user.o $LMC_HOME/lib/x86_linux.lib/vera_slm_mti.o \$VERA_HOME/lib/mti/mti_bridge.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_mti.dl \./vera_user.o $LMC_HOME/lib/sun4Solaris.lib/vera_slm_mti.o \$VERA_HOME/lib/mti/mti_bridge.a $VERA_HOME/lib/libVERA.a236 <strong>Synopsys</strong>, Inc. October 6, 2003

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

Saved successfully!

Ooh no, something went wrong!