From a3419fdba78cb20a8a2c0baf8de888c12b77b5a1 Mon Sep 17 00:00:00 2001 From: Ed Date: Fri, 5 Jan 2024 16:18:38 +0000 Subject: [PATCH] Update USE_SW_PLL define usage --- lib_xua/src/core/clocking/clockgen.xc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib_xua/src/core/clocking/clockgen.xc b/lib_xua/src/core/clocking/clockgen.xc index 1a11bd88..1597a3ad 100644 --- a/lib_xua/src/core/clocking/clockgen.xc +++ b/lib_xua/src/core/clocking/clockgen.xc @@ -8,11 +8,15 @@ #include "xua_commands.h" #include "xua_clocking.h" +/* By default we use SW_PLL for Digital Rx configs running on XCORE-AI */ +/* Note: Not yet implemented for Synchronous mode */ #ifdef __XS3A__ +#ifndef USE_SW_PLL #define USE_SW_PLL 1 +#endif /* USE_SW_PLL */ #else #define USE_SW_PLL 0 -#endif +#endif /* __XS3A__ */ #if USE_SW_PLL extern "C"