diff options
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 |