code refactoring for Vivado compatibility
This commit is contained in:
@@ -7,7 +7,7 @@ interface VX_fpu_to_csr_if ();
|
||||
|
||||
wire write_enable;
|
||||
wire [`NW_BITS-1:0] write_wid;
|
||||
fflags_t write_fflags;
|
||||
fpu_types::fflags_t write_fflags;
|
||||
|
||||
wire [`NW_BITS-1:0] read_wid;
|
||||
wire [`INST_FRM_BITS-1:0] read_frm;
|
||||
|
||||
@@ -5,12 +5,12 @@
|
||||
|
||||
interface VX_warp_ctl_if ();
|
||||
|
||||
wire valid;
|
||||
wire [`NW_BITS-1:0] wid;
|
||||
gpu_tmc_t tmc;
|
||||
gpu_wspawn_t wspawn;
|
||||
gpu_barrier_t barrier;
|
||||
gpu_split_t split;
|
||||
wire valid;
|
||||
wire [`NW_BITS-1:0] wid;
|
||||
gpu_types::gpu_tmc_t tmc;
|
||||
gpu_types::gpu_wspawn_t wspawn;
|
||||
gpu_types::gpu_barrier_t barrier;
|
||||
gpu_types::gpu_split_t split;
|
||||
|
||||
modport master (
|
||||
output valid,
|
||||
|
||||
Reference in New Issue
Block a user