aboutsummaryrefslogtreecommitdiff
path: root/basys3/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'basys3/makefile')
-rw-r--r--basys3/makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/basys3/makefile b/basys3/makefile
new file mode 100644
index 0000000..af07e9d
--- /dev/null
+++ b/basys3/makefile
@@ -0,0 +1,9 @@
+OFL := ~/.conda/envs/xc7/bin/openFPGALoader
+
+TOP := basys3.runs/impl_4/top.bit
+BOARD := basys3
+
+program:
+ $(OFL) -b $(BOARD) $(TOP)
+
+.PHONY: program