refactor interfaces

This commit is contained in:
Blaise Tine
2020-04-16 10:40:40 -04:00
parent 31f906f9fd
commit 460aabf6b1
33 changed files with 146 additions and 240 deletions

View File

@@ -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