minor update
This commit is contained in:
@@ -191,7 +191,7 @@ package VX_gpu_pkg;
|
|||||||
wid_to_isw = 0;
|
wid_to_isw = 0;
|
||||||
end
|
end
|
||||||
endfunction
|
endfunction
|
||||||
`IGNORE_UNUSED_END
|
`IGNORE_UNUSED_END
|
||||||
|
|
||||||
function logic [`NW_WIDTH-1:0] wis_to_wid(
|
function logic [`NW_WIDTH-1:0] wis_to_wid(
|
||||||
input logic [ISSUE_WIS_W-1:0] wis,
|
input logic [ISSUE_WIS_W-1:0] wis,
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
`ifndef VX_TRACE_VH
|
`ifndef VX_TRACE_VH
|
||||||
`define VX_TRACE_VH
|
`define VX_TRACE_VH
|
||||||
|
|
||||||
|
`ifndef SYNTHESIS
|
||||||
|
|
||||||
`include "VX_define.vh"
|
`include "VX_define.vh"
|
||||||
|
|
||||||
task trace_ex_type(input int level, input [`EX_BITS-1:0] ex_type);
|
task trace_ex_type(input int level, input [`EX_BITS-1:0] ex_type);
|
||||||
@@ -373,6 +375,8 @@ task trace_base_dcr(input int level, input [`VX_DCR_ADDR_WIDTH-1:0] addr);
|
|||||||
`VX_DCR_BASE_MPM_CLASS: `TRACE(level, ("MPM_CLASS"));
|
`VX_DCR_BASE_MPM_CLASS: `TRACE(level, ("MPM_CLASS"));
|
||||||
default: `TRACE(level, ("?"));
|
default: `TRACE(level, ("?"));
|
||||||
endcase
|
endcase
|
||||||
endtask
|
endtask
|
||||||
|
|
||||||
|
`endif
|
||||||
|
|
||||||
`endif // VX_TRACE_VH
|
`endif // VX_TRACE_VH
|
||||||
|
|||||||
Reference in New Issue
Block a user