Makefile
373 Bytes
# makefile for r4300 testing;
VCSOPTS = -l vcs.log \
-M -Mupdate \
-V \
+libext+.v+.vp \
-y . -y ..
sim.v: _always
vcs $(VCSOPTS) \
-Mdir=c.v \
-o sim.v \
test.v
run: _always
./sim.v +vcs+lic+wait \
+cpu_mon \
> test.log
tar: _always
tar cf tb.tar \
Makefile \
ABPLSSCH.v cpu_mon.v test.v \
rom.sim test.cfg test.log verilog.dump.vpd
_always: