mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 12:17:19 -04:00
Set invalidate on flush
If not set AMO semantic is not guaranteed
This commit is contained in:
parent
99993497b1
commit
45ba93f9d1
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue