pipeline refactoring
This commit is contained in:
13
hw/rtl/interfaces/VX_perf_cntrs_if.v
Normal file
13
hw/rtl/interfaces/VX_perf_cntrs_if.v
Normal file
@@ -0,0 +1,13 @@
|
||||
`ifndef VX_PERF_CNTRS_IF
|
||||
`define VX_PERF_CNTRS_IF
|
||||
|
||||
`include "VX_define.vh"
|
||||
|
||||
interface VX_perf_cntrs_if ();
|
||||
|
||||
wire [63:0] total_cycles;
|
||||
wire [63:0] total_instrs;
|
||||
|
||||
endinterface
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user