summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2026-04-27 00:20:19 -0500
committerLibravatar bigfoot547 <[email protected]>2026-04-27 00:20:19 -0500
commit340b77f267fa669dbd46d9300afba7f32adc4d84 (patch)
tree9541a8d66d154e84fd98e60272cac72f41a0093d
parenttarget bigger CPLD (diff)
fix make fit target (it's still broken)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 919840a..85fdef1 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CSIM_PATH = ${CUPL_INSTALL}\Shared\csim.exe
# Fitter config
# (replace with fitter matching device)
-FITTER_PATH := ${CUPL_INSTALL}\Fitters\fit1502.exe
+FITTER_PATH := ${CUPL_INSTALL}\Fitters\fit1504.exe
FIT_PKG := TQFP44
FIT_TECH := ATF1504ASV
FIT_ARG = -device ${FIT_PKG} -tech ${FIT_TECH}