mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
Add some more 64b warnings fixes
This commit is contained in:
parent
85e8034537
commit
0735717f6c
1 changed files with 0 additions and 9 deletions
|
@ -139,16 +139,7 @@ module VX_lsu_unit #(
|
|||
end
|
||||
|
||||
// data formatting
|
||||
// wire[`NUM_THREADS-1:0][REQ_ASHIFT-1:0] req_align_X1;
|
||||
for (genvar i = 0; i < `NUM_THREADS; ++i) begin
|
||||
|
||||
// `ifdef MODE_32_BIT
|
||||
// assign req_align_X1[i] = {req_align[i][1], 1'b1};
|
||||
// `endif
|
||||
// `ifdef MODE_64_BIT
|
||||
// TODO: VARUN TO CHECK
|
||||
// assign req_align_X1[i] = {req_align[i][1:0], 1'b1};
|
||||
// `endif
|
||||
always @(*) begin
|
||||
mem_req_byteen[i] = {DCACHE_WORD_SIZE{lsu_req_if.wb}};
|
||||
case (`INST_LSU_WSIZE(lsu_req_if.op_type))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue