Makefile
480 Bytes
#!smake -J 5
PRDEPTH = ../../../..
include $(PRDEPTH)/PRdefs
include $(PRDEPTH)/PRrules
QTV = $(ROOT)/PR/hw/chip/rcp/ar/qtv
LDIRT = *.sim* *.trc* *.simlog*
default: arb000.trc.Z
arb000.sim: arb000.tab.Z
uncompress arb000.tab
$(PRDEPTH)/rdpsim/tools/tab2sim -o arb000.sim -c arb000.tab
compress -f arb000.tab
arb000.trc.Z: arb000.sim do_sim $(QTV)/arb.nls
./do_sim arb000 | tee arb000.simlog
/usr/bin/rm -f arb000.sim
compress -f arb000.trc
compress -f arb000.simlog