mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
minor update
This commit is contained in:
parent
2a2fc2ae39
commit
fe5442dbb3
1 changed files with 3 additions and 3 deletions
|
@ -544,7 +544,7 @@
|
|||
|
||||
// Enable Cache Dirty bytes
|
||||
`ifndef DCACHE_DIRTYBYTES
|
||||
`define DCACHE_DIRTYBYTES 1
|
||||
`define DCACHE_DIRTYBYTES `DCACHE_WRITEBACK
|
||||
`endif
|
||||
|
||||
// LMEM Configurable Knobs ////////////////////////////////////////////////////
|
||||
|
@ -609,7 +609,7 @@
|
|||
|
||||
// Enable Cache Dirty bytes
|
||||
`ifndef L2_DIRTYBYTES
|
||||
`define L2_DIRTYBYTES 1
|
||||
`define L2_DIRTYBYTES `L2_WRITEBACK
|
||||
`endif
|
||||
|
||||
// L3cache Configurable Knobs /////////////////////////////////////////////////
|
||||
|
@ -656,7 +656,7 @@
|
|||
|
||||
// Enable Cache Dirty bytes
|
||||
`ifndef L3_DIRTYBYTES
|
||||
`define L3_DIRTYBYTES 1
|
||||
`define L3_DIRTYBYTES `L3_WRITEBACK
|
||||
`endif
|
||||
|
||||
`ifndef MEMORY_BANKS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue