Skip to content

Commit

Permalink
Switching to Write-Back cache mechanism.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Nov 21, 2023
1 parent ec24257 commit 498d241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/include/cv64a6_imafdcsclic_sv39_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
package cva6_config_pkg;

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

localparam CVA6ConfigXlen = 64;
Expand Down

0 comments on commit 498d241

Please sign in to comment.