adding DEBUG MACROS
This commit is contained in:
@@ -33,10 +33,10 @@ interface VX_exec_unit_req_inter ();
|
||||
wire jal;
|
||||
wire [31:0] jal_offset;
|
||||
|
||||
/* verilator lint_off UNUSED */
|
||||
`IGNORE_WARNINGS_BEGIN
|
||||
wire ebreak;
|
||||
wire wspawn;
|
||||
/* verilator lint_on UNUSED */
|
||||
`IGNORE_WARNINGS_END
|
||||
|
||||
// CSR info
|
||||
wire is_csr;
|
||||
|
||||
@@ -21,9 +21,9 @@ interface VX_frE_to_bckE_req_inter ();
|
||||
wire [2:0] branch_type;
|
||||
wire [19:0] upper_immed;
|
||||
wire [31:0] curr_PC;
|
||||
/* verilator lint_off UNUSED */
|
||||
`IGNORE_WARNINGS_BEGIN
|
||||
wire ebreak;
|
||||
/* verilator lint_on UNUSED */
|
||||
`IGNORE_WARNINGS_END
|
||||
wire jalQual;
|
||||
wire jal;
|
||||
wire [31:0] jal_offset;
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
|
||||
`ifndef VX_GPR_CLONE_INTER
|
||||
`define VX_GPR_CLONE_INTER
|
||||
|
||||
`include "../VX_define.vh"
|
||||
|
||||
interface VX_gpr_clone_inter ();
|
||||
/* verilator lint_off UNUSED */
|
||||
wire is_clone;
|
||||
wire[`NW_BITS-1:0] warp_num;
|
||||
/* verilator lint_on UNUSED */
|
||||
endinterface
|
||||
|
||||
`endif
|
||||
@@ -1,14 +0,0 @@
|
||||
`ifndef VX_GPR_WSPAWN_INTER
|
||||
`define VX_GPR_WSPAWN_INTER
|
||||
|
||||
`include "../VX_define.vh"
|
||||
|
||||
interface VX_gpr_wspawn_inter ();
|
||||
/* verilator lint_off UNUSED */
|
||||
wire is_wspawn;
|
||||
wire [`NW_BITS-1:0] which_wspawn;
|
||||
// wire[`NW_BITS-1:0] warp_num;
|
||||
/* verilator lint_on UNUSED */
|
||||
endinterface
|
||||
|
||||
`endif
|
||||
@@ -9,10 +9,10 @@ interface VX_gpu_dcache_rsp_inter #(
|
||||
|
||||
// Cache WB
|
||||
wire [NUM_REQUESTS-1:0] core_wb_valid;
|
||||
/* verilator lint_off UNUSED */
|
||||
`IGNORE_WARNINGS_BEGIN
|
||||
wire [4:0] core_wb_req_rd;
|
||||
wire [1:0] core_wb_req_wb;
|
||||
/* verilator lint_off UNUSED */
|
||||
`IGNORE_WARNINGS_END
|
||||
wire [`NW_BITS-1:0] core_wb_warp_num;
|
||||
wire [NUM_REQUESTS-1:0][31:0] core_wb_readdata;
|
||||
wire [NUM_REQUESTS-1:0][31:0] core_wb_pc;
|
||||
|
||||
@@ -23,9 +23,9 @@ interface VX_warp_ctl_inter ();
|
||||
|
||||
wire is_split;
|
||||
wire dont_split;
|
||||
/* verilator lint_off UNUSED */
|
||||
`IGNORE_WARNINGS_BEGIN
|
||||
wire [`NW_BITS-1:0] split_warp_num;
|
||||
/* verilator lint_on UNUSED */
|
||||
`IGNORE_WARNINGS_END
|
||||
wire [`NUM_THREADS-1:0] split_new_mask;
|
||||
wire [`NUM_THREADS-1:0] split_later_mask;
|
||||
wire [31:0] split_save_pc;
|
||||
|
||||
Reference in New Issue
Block a user