mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
testing writeback cache
This commit is contained in:
parent
7cc6df7e7c
commit
bad280ae80
1 changed files with 3 additions and 3 deletions
|
@ -537,7 +537,7 @@
|
|||
|
||||
// Enable Cache Writeback
|
||||
`ifndef DCACHE_WRITEBACK
|
||||
`define DCACHE_WRITEBACK 0
|
||||
`define DCACHE_WRITEBACK 1
|
||||
`endif
|
||||
|
||||
// LMEM Configurable Knobs ////////////////////////////////////////////////////
|
||||
|
@ -601,7 +601,7 @@
|
|||
|
||||
// Enable Cache Writeback
|
||||
`ifndef L2_WRITEBACK
|
||||
`define L2_WRITEBACK 0
|
||||
`define L2_WRITEBACK 1
|
||||
`endif
|
||||
|
||||
// L3cache Configurable Knobs /////////////////////////////////////////////////
|
||||
|
@ -647,7 +647,7 @@
|
|||
|
||||
// Enable Cache Writeback
|
||||
`ifndef L3_WRITEBACK
|
||||
`define L3_WRITEBACK 0
|
||||
`define L3_WRITEBACK 1
|
||||
`endif
|
||||
|
||||
// ISA Extensions /////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue