minor update

This commit is contained in:
Blaise Tine
2021-02-04 15:28:04 -08:00
parent 778453e43f
commit 111cc29482
4 changed files with 11 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ module VX_data_access #(
// writing
input wire writeen,
input wire is_fill,
input wire [`WORD_SELECT_BITS-1:0] wsel,
input wire [`UP(`WORD_SELECT_BITS)-1:0] wsel,
input wire [WORD_SIZE-1:0] byteen,
input wire [`CACHE_LINE_WIDTH-1:0] wrdata
);