mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
Enable Bit manipulation in cv64a6_imafdc_sv39 configuration (#1229)
As B extension has demonstrated its effeciency, @jquevremont @fatimasaleem I have activated the bit manipulation for the 64 bit configuration. Can you approve it ?
This commit is contained in:
parent
8a95ef4aca
commit
38437f895b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ package cva6_config_pkg;
|
|||
localparam CVA6ConfigCvxifEn = 1;
|
||||
localparam CVA6ConfigCExtEn = 1;
|
||||
localparam CVA6ConfigAExtEn = 1;
|
||||
localparam CVA6ConfigBExtEn = 0;
|
||||
localparam CVA6ConfigBExtEn = 1;
|
||||
|
||||
localparam CVA6ConfigAxiIdWidth = 4;
|
||||
localparam CVA6ConfigAxiAddrWidth = 64;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue