diff options
| author | lonkaars <loek@pipeframe.xyz> | 2023-04-16 18:32:00 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2023-04-16 18:32:00 +0200 |
| commit | 572e304947fae828c67deaaa1301f807fcb062ff (patch) | |
| tree | 8a77b451283aa6c7847a711e18b1036d983c32cc | |
| parent | e73473f5292664427bfeeef0063452e88b066e72 (diff) | |
don't point openfpgaloader to home directory
| -rw-r--r-- | basys3/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basys3/makefile b/basys3/makefile index af07e9d..9fa6ce2 100644 --- a/basys3/makefile +++ b/basys3/makefile @@ -1,4 +1,4 @@ -OFL := ~/.conda/envs/xc7/bin/openFPGALoader +OFL := openFPGALoader TOP := basys3.runs/impl_4/top.bit BOARD := basys3 |