From f0ed3f12c23a39ed458b0a78fd9258a8b859df4d Mon Sep 17 00:00:00 2001 From: Michael Rogenmoser Date: Wed, 21 Dec 2022 10:39:05 +0100 Subject: [PATCH] Switch PULP properties to idma --- include/archi/chips/pulp/properties.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/archi/chips/pulp/properties.h b/include/archi/chips/pulp/properties.h index 4b15c32..666d72d 100644 --- a/include/archi/chips/pulp/properties.h +++ b/include/archi/chips/pulp/properties.h @@ -77,8 +77,8 @@ #define ITC_VERSION 1 #define FLL_VERSION 1 #define RISCV_VERSION 4 -#define MCHAN_VERSION 7 -// #define IDMA_VERSION 1 +// #define MCHAN_VERSION 7 +#define IDMA_VERSION 1 #define PADS_VERSION 2 #if defined(MCHAN_VERSION) && defined(IDMA_VERSION)