From e73473f5292664427bfeeef0063452e88b066e72 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 16 Apr 2023 18:28:35 +0200 Subject: more debugging --- basys3/makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 basys3/makefile (limited to 'basys3/makefile') 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 -- cgit v1.2.3