diff options
| author | 2026-04-27 00:20:19 -0500 | |
|---|---|---|
| committer | 2026-04-27 00:20:19 -0500 | |
| commit | 340b77f267fa669dbd46d9300afba7f32adc4d84 (patch) | |
| tree | 9541a8d66d154e84fd98e60272cac72f41a0093d | |
| parent | target bigger CPLD (diff) | |
fix make fit target (it's still broken)
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}
|
