diff options
| author | Clifford Wolf <clifford@clifford.at> | 2018-05-13 20:55:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-13 20:55:43 +0200 |
| commit | 51ae9e64f0db16ce71e32113d96a40b8915b26e7 (patch) | |
| tree | bbe706304d24b5d3e2f8adb4f3146f9868632620 /icefuzz/Makefile | |
| parent | 1b22af089e2aa943daf569ad71f2261f7254ac7d (diff) | |
| parent | f967b53fe9be32fc7a169847287f227e705dbe52 (diff) | |
Merge pull request #139 from awygle/lm_icebox
Icebox support for ice40 LM
Diffstat (limited to 'icefuzz/Makefile')
| -rw-r--r-- | icefuzz/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/icefuzz/Makefile b/icefuzz/Makefile index a2a40b4..ea9f3e0 100644 --- a/icefuzz/Makefile +++ b/icefuzz/Makefile @@ -18,6 +18,11 @@ ifeq ($(DEVICECLASS), 5k) RAM_SUFFIX := _8k endif +ifeq ($(DEVICECLASS), 4k) + DEVICE := lm4k-cm49 + RAM_SUFFIX := _8k +endif + ifeq ($(DEVICECLASS), 8k) DEVICE := hx8k-ct256 RAM_SUFFIX = _8k |
