aboutsummaryrefslogtreecommitdiffstats
path: root/common/archcheck.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/archcheck.cc')
-rw-r--r--common/archcheck.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/archcheck.cc b/common/archcheck.cc
index 80d8ef58..f46db95c 100644
--- a/common/archcheck.cc
+++ b/common/archcheck.cc
@@ -28,7 +28,7 @@
USING_NEXTPNR_NAMESPACE
-#ifndef ARCH_CYCLONEV
+#ifndef ARCH_MISTRAL
// The LRU cache to reduce memory usage during the connectivity check relies on getPips() having some spacial locality,
// which the current CycloneV arch impl doesn't have. This may be fixed in the future, though.
#define USING_LRU_CACHE