diff options
| author | David Shah <davey1576@gmail.com> | 2017-11-20 09:51:03 +0000 |
|---|---|---|
| committer | David Shah <davey1576@gmail.com> | 2017-11-20 09:51:19 +0000 |
| commit | 9184fbdf404c0e94326919c92a27d3292994cdf1 (patch) | |
| tree | b94fdbf6f316b9758e8afd848d8c900343469f07 /examples/up5k_rgb/Makefile | |
| parent | da7a2a9d0db95d6a172286eaddd6e930a27ea752 (diff) | |
Tidy up 5k examples
Diffstat (limited to 'examples/up5k_rgb/Makefile')
| -rw-r--r-- | examples/up5k_rgb/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/up5k_rgb/Makefile b/examples/up5k_rgb/Makefile index 711ce5a..51c1f72 100644 --- a/examples/up5k_rgb/Makefile +++ b/examples/up5k_rgb/Makefile @@ -1,12 +1,12 @@ PROJ = rgb PIN_DEF = rgb.pcf DEVICE = up5k -# Relative paths for easier development without messing with installed version -ARACHNE = ../../../arachne-pnr/bin/arachne-pnr -ARACHNE_ARGS = -c ../../icebox/chipdb-5k.txt -ICEPACK = ../../icepack/icepack -ICETIME = ../../icetime/icetime -ICEPROG = ../../iceprog/iceprog + +ARACHNE = arachne-pnr +ARACHNE_ARGS = +ICEPACK = icepack +ICETIME = icetime +ICEPROG = iceprog all: $(PROJ).bin |
