refactor interfaces
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
|
||||
`ifndef VX_gpr_data_INTER
|
||||
`define VX_gpr_data_INTER
|
||||
|
||||
`include "../VX_define.vh"
|
||||
|
||||
`ifndef VX_gpr_data_INTER
|
||||
|
||||
`define VX_gpr_data_INTER
|
||||
|
||||
interface VX_gpr_data_inter ();
|
||||
|
||||
wire[`NUM_THREADS-1:0][31:0] a_reg_data;
|
||||
wire[`NUM_THREADS-1:0][31:0] b_reg_data;
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user