From 3bb94192d54bfcdbcd58dacd298aa6ff6d9b2bd2 Mon Sep 17 00:00:00 2001 From: gatecat Date: Sat, 15 May 2021 14:51:12 +0100 Subject: mistral: Tidying up Signed-off-by: gatecat --- common/archcheck.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/archcheck.cc') 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 -- cgit v1.2.3