Switch on invalidate on flush again

This commit is contained in:
Florian Zaruba 2018-10-19 11:40:21 +02:00
parent 9c2de921df
commit ec354b25ab
No known key found for this signature in database
GPG key ID: E742FFE8EC38A792

View file

@ -120,7 +120,7 @@ package ariane_pkg;
// if set to zero a flush will not invalidate the cache-lines, in a single core environment
// where coherence is not necessary this can improve performance. This needs to be switched on
// when more than one core is in a system
localparam logic INVALIDATE_ON_FLUSH = 1'b0;
localparam logic INVALIDATE_ON_FLUSH = 1'b1;
localparam NR_WB_PORTS = 4;