From a4321e9157947418bfd451e23ee72c6f864f01e4 Mon Sep 17 00:00:00 2001
From: Vipin Thomas <vipin.thomas@stud.th-deg.de>
Date: Mon, 31 May 2021 20:22:43 +0000
Subject: [PATCH] Add new file

---
 makefile | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 makefile

diff --git a/makefile b/makefile
new file mode 100644
index 0000000..10cbebd
--- /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)
-- 
GitLab