Quartus + GPR evaluation
This commit is contained in:
20
rtl/interfaces/VX_forward_mem_inter.v
Normal file
20
rtl/interfaces/VX_forward_mem_inter.v
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
`include "../VX_define.v"
|
||||
|
||||
`ifndef VX_FWD_MEM
|
||||
|
||||
`define VX_FWD_MEM
|
||||
|
||||
interface VX_forward_mem_inter ();
|
||||
|
||||
wire[4:0] dest;
|
||||
wire[1:0] wb;
|
||||
wire[`NT_M1:0][31:0] alu_result;
|
||||
wire[`NT_M1:0][31:0] mem_data;
|
||||
wire[31:0] PC_next;
|
||||
wire[`NW_M1:0] warp_num;
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user