diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-04-16 18:28:35 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-04-16 18:28:35 +0200 |
commit | e73473f5292664427bfeeef0063452e88b066e72 (patch) | |
tree | 44efee0615fc1acb77c515c0e2081253413ff19e /basys3/makefile | |
parent | 597de95572721ea51569caeba40bfb816f505400 (diff) |
more debugging
Diffstat (limited to 'basys3/makefile')
-rw-r--r-- | basys3/makefile | 9 |
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 |