diff options
| author | Clifford Wolf <clifford@clifford.at> | 2017-03-11 11:06:53 +0100 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2017-03-11 11:06:53 +0100 |
| commit | ca19eafe7aaf881273af5f744924423b6ce3a5c0 (patch) | |
| tree | 429c136200b76a4a3621e71f62c608365998b142 /icefuzz/Makefile | |
| parent | 1f1f10b7f08941b1fbffca51452888b8d08e56a0 (diff) | |
| parent | e832acc445f64d1f9379eef8ef01576ccc0494b6 (diff) | |
Merge branch 'master' of https://github.com/hermitsoft/icestorm
Diffstat (limited to 'icefuzz/Makefile')
| -rw-r--r-- | icefuzz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icefuzz/Makefile b/icefuzz/Makefile index ff576d1..ca1c583 100644 --- a/icefuzz/Makefile +++ b/icefuzz/Makefile @@ -109,7 +109,7 @@ ifeq ($(EIGTHK),_8k) else ifeq ($(THREEH),_384) ICE384PINS=1 python3 make_$(1).py - +ICEDEV=lp384-qn32 $(MAKE) -C work_$(1) + +ICEDEV=lp384-cm49 $(MAKE) -C work_$(1) python3 extract.py -3 work_$(1)/*.glb > $$@ else python3 make_$(1).py |
