summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2ef1916..919840a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
CUPL_INSTALL := C:\WinCUPL
CUPL_LIB = ${CUPL_INSTALL}\Shared\cupl.dl
CUPL_PATH = ${CUPL_INSTALL}\Shared\cupl.exe
-CUPL_DEV := F1502ISPTQFP44
+CUPL_DEV := F1504ISPTQFP44
# SIM config
CSIM_PATH = ${CUPL_INSTALL}\Shared\csim.exe
@@ -11,7 +11,7 @@ CSIM_PATH = ${CUPL_INSTALL}\Shared\csim.exe
# (replace with fitter matching device)
FITTER_PATH := ${CUPL_INSTALL}\Fitters\fit1502.exe
FIT_PKG := TQFP44
-FIT_TECH := ATF1502ASV
+FIT_TECH := ATF1504ASV
FIT_ARG = -device ${FIT_PKG} -tech ${FIT_TECH}
# bottles config
@@ -41,7 +41,7 @@ fit: ${PROJ_NAME}.tt3
sim: ${PROJ_NAME}.so
clean:
- rm -f *.abs *.lst *.pla *.doc *.fit *.sim *.tt2 *.tt3
+ rm -f *.abs *.io *.jed *.pin *.wo *.lst *.pla *.doc *.fit *.sim *.tt2 *.tt3
%.pla: %.pld %.si
# Real artifacts: .abs, .lst, .pla, .doc