Skip to content

Commit 734452b

Browse files
Restore FlushOnFence (for now)
1 parent 66a263b commit 734452b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/include/cv64a6_imafdc_sv39_hpdcache_wb_config_pkg.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ package cva6_config_pkg;
5151
localparam CVA6ConfigDcacheSetAssoc = 8;
5252
localparam CVA6ConfigDcacheLineWidth = 128;
5353

54-
localparam CVA6ConfigDcacheFlushOnFence = 1'b0;
54+
localparam CVA6ConfigDcacheFlushOnFence = 1'b1;
5555
localparam CVA6ConfigDcacheInvalidateOnFlush = 1'b0;
5656

5757
localparam CVA6ConfigDcacheIdWidth = 3;

0 commit comments

Comments
 (0)