pipeline refactoring - fmax >= 222 mhz
This commit is contained in:
29
hw/rtl/interfaces/VX_bru_req_if.v
Normal file
29
hw/rtl/interfaces/VX_bru_req_if.v
Normal file
@@ -0,0 +1,29 @@
|
||||
`ifndef VX_BRANCH_REQ_IF
|
||||
`define VX_BRANCH_REQ_IF
|
||||
|
||||
`include "VX_define.vh"
|
||||
|
||||
interface VX_bru_req_if ();
|
||||
|
||||
wire valid;
|
||||
wire [`ISTAG_BITS-1:0] issue_tag;
|
||||
wire [`NW_BITS-1:0] wid;
|
||||
`DEBUG_BEGIN
|
||||
wire [`NUM_THREADS-1:0] thread_mask;
|
||||
`DEBUG_END
|
||||
wire [31:0] curr_PC;
|
||||
|
||||
wire [`BRU_BITS-1:0] op;
|
||||
|
||||
wire rs1_is_PC;
|
||||
|
||||
wire [31:0] rs1_data;
|
||||
wire [31:0] rs2_data;
|
||||
|
||||
wire [31:0] offset;
|
||||
|
||||
wire ready;
|
||||
|
||||
endinterface
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user