diff --git a/makefile b/makefile new file mode 100644 index 0000000000000000000000000000000000000000..10cbebdbf59240e0c6cb566529dc287786a83b69 --- /dev/null +++ b/makefile @@ -0,0 +1,11 @@ +HLS_SRC := pixel.cpp +HLS_TOP := pixel +RTL_TOP := overlay +.DEFAULT_GOAL := default + +%.mk: + wget https://mygit.th-deg.de/gaydos/pynq-code/-/raw/master/$@ + +include hls.mk rtl.mk + +default: $(BITSTREAM) $(SHORTCUTS)