From 3621a0c17f51228382f6d8d9a8a21709f5ec5485 Mon Sep 17 00:00:00 2001 From: Nils Wistoff Date: Thu, 7 Mar 2024 11:39:51 +0100 Subject: [PATCH] bogus Signed-off-by: Nils Wistoff --- core/cva6.sv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/cva6.sv b/core/cva6.sv index 42285e1b02f..bc820766a8f 100644 --- a/core/cva6.sv +++ b/core/cva6.sv @@ -167,6 +167,9 @@ module cva6 CVA6Cfg.XF8 ? 8 : // Xf8 ext. 1; // Unused in case of no FP + bogus here + + // Transprecision floating-point extensions configuration localparam bit RVFVec = RVF & CVA6Cfg.XFVec & FLen>32; // FP32 vectors available if vectors and larger fmt enabled localparam bit XF16Vec = CVA6Cfg.XF16 & CVA6Cfg.XFVec & FLen>16; // FP16 vectors available if vectors and larger fmt enabled