merging perf counters
This commit is contained in:
17
hw/rtl/interfaces/VX_perf_memsys_if.v
Normal file
17
hw/rtl/interfaces/VX_perf_memsys_if.v
Normal file
@@ -0,0 +1,17 @@
|
||||
`ifndef VX_PERF_MEMSYS_IF
|
||||
`define VX_PERF_MEMSYS_IF
|
||||
|
||||
`include "VX_define.vh"
|
||||
|
||||
interface VX_perf_memsys_if ();
|
||||
|
||||
VX_perf_cache_if dcache_if;
|
||||
VX_perf_cache_if icache_if;
|
||||
|
||||
wire [63:0] dram_latency;
|
||||
wire [63:0] dram_requests;
|
||||
wire [63:0] dram_responses;
|
||||
|
||||
endinterface
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user