Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / verif / env / common / pli / vera / loadpli / compile
#!/bin/csh -f -v
setenv INSTALL_DIR $NCV_HOME
setenv ARCH sun4v
gcc -g -Wall -c vmc.c
/bin/rm -f libvmc.a
ar cr libvmc.a vmc.o
make -f Makefile.nc