Skip to content

Commit

Permalink
bogus
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Mar 7, 2024
1 parent 2f75ca6 commit 3621a0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/cva6.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3621a0c

Please sign in to comment.