aboutsummaryrefslogtreecommitdiffstats
path: root/common/archcheck.cc
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-05-15 14:51:12 +0100
committergatecat <gatecat@ds0.me>2021-05-15 14:54:33 +0100
commit3bb94192d54bfcdbcd58dacd298aa6ff6d9b2bd2 (patch)
treef99379bfe78a5ec7ab0699f0df8a0e0b059094d0 /common/archcheck.cc
parentb1e1492dac21f2c790540290e61fdd593126f50c (diff)
downloadnextpnr-3bb94192d54bfcdbcd58dacd298aa6ff6d9b2bd2.tar.gz
nextpnr-3bb94192d54bfcdbcd58dacd298aa6ff6d9b2bd2.tar.bz2
nextpnr-3bb94192d54bfcdbcd58dacd298aa6ff6d9b2bd2.zip
mistral: Tidying up
Signed-off-by: gatecat <gatecat@ds0.me>
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