Moved GPR to back-end
This commit is contained in:
14
rtl/interfaces/VX_gpr_data_inter.v
Normal file
14
rtl/interfaces/VX_gpr_data_inter.v
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
`include "../VX_define.v"
|
||||
|
||||
`ifndef VX_gpr_data_INTER
|
||||
|
||||
`define VX_gpr_data_INTER
|
||||
|
||||
interface VX_gpr_data_inter ();
|
||||
wire[`NT_M1:0][31:0] a_reg_data;
|
||||
wire[`NT_M1:0][31:0] b_reg_data;
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user