URL
https://opencores.org/ocsvn/zipcpu/zipcpu/trunk
[/] [zipcpu/] [trunk/] [bench/] [cpp/] [Makefile] - Diff between revs 69 and 76
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 69 |
Rev 76 |
Line 36... |
Line 36... |
#
|
#
|
all: zippy_tb
|
all: zippy_tb
|
|
|
CXX := g++
|
CXX := g++
|
FLAGS := -Wall -Og -g
|
FLAGS := -Wall -Og -g
|
ZASM := ../../sw/zasm/z2
|
ZASM := ../../sw/zasm
|
RTLD := ../../rtl
|
RTLD := ../../rtl
|
INCS := -I$(RTLD)/obj_dir/ -I$(RTLD) -I/usr/share/verilator/include -I$(ZASM)
|
INCS := -I$(RTLD)/obj_dir/ -I$(RTLD) -I/usr/share/verilator/include -I$(ZASM)
|
SOURCES := zippy_tb.cpp memsim.cpp twoc.cpp $(ZASM)/zopcodes.cpp $(ZASM)/zparser.cpp
|
SOURCES := zippy_tb.cpp memsim.cpp twoc.cpp $(ZASM)/zopcodes.cpp $(ZASM)/zparser.cpp
|
VLIB := /usr/share/verilator/include/verilated.cpp
|
VLIB := /usr/share/verilator/include/verilated.cpp
|
RAWLIB := $(VLIB) $(RTLD)/obj_dir/Vzipsystem__ALL.a
|
RAWLIB := $(VLIB) $(RTLD)/obj_dir/Vzipsystem__ALL.a
|
Line 75... |
Line 75... |
dhrystone: zippy_tb
|
dhrystone: zippy_tb
|
./zippy_tb -a $(DHRYSTONEF)
|
./zippy_tb -a $(DHRYSTONEF)
|
|
|
.PHONY: clean
|
.PHONY: clean
|
clean:
|
clean:
|
rm ./zippy_tb
|
rm ./zippy_tb pdump div_tb
|
rm ./zippy_tb pdump div_tb
|
rm ./zippy_tb pdump div_tb
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.