Skip to content
Snippets Groups Projects
makefile 217 B
Newer Older
Vipin Thomas's avatar
Vipin Thomas committed
HLS_SRC := pixel.cpp
HLS_TOP := pixel
Majd Hafiri's avatar
Majd Hafiri committed
RTL_TOP := steganography
Vipin Thomas's avatar
Vipin Thomas committed
.DEFAULT_GOAL := default

%.mk:
	wget https://mygit.th-deg.de/gaydos/pynq-code/-/raw/master/$@

include hls.mk rtl.mk

default: $(BITSTREAM) $(SHORTCUTS)