added config.vh
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
`include "../generic_cache/VX_cache_config.v"
|
||||
`include "../generic_cache/VX_cache_config.vh"
|
||||
|
||||
`ifndef VX_GPU_DRAM_DCACHE_REQ
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
interface VX_gpu_dcache_dram_req_inter
|
||||
#(
|
||||
parameter BANK_LINE_SIZE_WORDS = 2
|
||||
parameter BANK_LINE_WORDS = 2
|
||||
)
|
||||
();
|
||||
|
||||
@@ -18,7 +18,7 @@ interface VX_gpu_dcache_dram_req_inter
|
||||
wire dram_req_read;
|
||||
wire [31:0] dram_req_addr;
|
||||
wire [31:0] dram_req_size;
|
||||
wire [BANK_LINE_SIZE_WORDS-1:0][31:0] dram_req_data;
|
||||
wire [BANK_LINE_WORDS-1:0][31:0] dram_req_data;
|
||||
|
||||
// Snoop
|
||||
wire dram_because_of_snp;
|
||||
|
||||
Reference in New Issue
Block a user