Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
tinebp committed Jul 30, 2024
1 parent 047960a commit 6e55840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hw/rtl/VX_config.vh
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@

// Enable Cache Writeback
`ifndef DCACHE_WRITEBACK
`define DCACHE_WRITEBACK 1
`define DCACHE_WRITEBACK 0
`endif

// LMEM Configurable Knobs ////////////////////////////////////////////////////
Expand Down Expand Up @@ -601,7 +601,7 @@

// Enable Cache Writeback
`ifndef L2_WRITEBACK
`define L2_WRITEBACK 1
`define L2_WRITEBACK 0
`endif

// L3cache Configurable Knobs /////////////////////////////////////////////////
Expand Down Expand Up @@ -647,7 +647,7 @@

// Enable Cache Writeback
`ifndef L3_WRITEBACK
`define L3_WRITEBACK 1
`define L3_WRITEBACK 0
`endif

// ISA Extensions /////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 6e55840

Please sign in to comment.