Skip to content

Commit

Permalink
config_pkg: update the cv64a6_imafdc_sv39_wb configuration package
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuguet committed Oct 11, 2023
1 parent e8272ae commit 64309bb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions core/include/cv64a6_imafdc_sv39_wb_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@

package cva6_config_pkg;

typedef enum logic {
WB = 0,
WT = 1
} cache_type_t ;

localparam CVA6ConfigXlen = 64;

localparam CVA6ConfigFpuEn = 1;
Expand Down Expand Up @@ -71,7 +66,7 @@ package cva6_config_pkg;

localparam CVA6ConfigPerfCounterEn = 1;

localparam CVA6ConfigDcacheType = WB;
localparam config_pkg::cache_type_t CVA6ConfigDcacheType = config_pkg::WB;

localparam CVA6ConfigMmuPresent = 1;

Expand Down

0 comments on commit 64309bb

Please sign in to comment.