From e5e2f7bc62c1cfba2f43ea74199a5a3a379e5de7 Mon Sep 17 00:00:00 2001 From: gatecat Date: Sat, 8 May 2021 13:38:17 +0100 Subject: mistral: Add stub pack/place/route functions Signed-off-by: gatecat --- common/base_arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/base_arch.h b/common/base_arch.h index e9cc8cf0..fbafee99 100644 --- a/common/base_arch.h +++ b/common/base_arch.h @@ -75,7 +75,7 @@ typename std::enable_if::value, Tret>::type return_if_mat } template -typename std::enable_if::value, Tret>::type return_if_match(Tret r) +typename std::enable_if::value, Tc>::type return_if_match(Tret r) { NPNR_ASSERT_FALSE("default implementations of cell type and bel bucket range functions only available when the " "respective range types are 'const std::vector&'"); -- cgit v1.2.3