mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor updates
This commit is contained in:
parent
0e1650e1c2
commit
f146178c2d
1 changed files with 0 additions and 6 deletions
6
hw/rtl/cache/VX_bank.v
vendored
6
hw/rtl/cache/VX_bank.v
vendored
|
@ -271,12 +271,6 @@ module VX_bank #(
|
|||
.data_out ({addr_st0, wsel_st0, mem_rw_st0, byteen_st0, writeword_st0, req_tid_st0, tag_st0, filldata_st0})
|
||||
);
|
||||
|
||||
always @(posedge clk) begin
|
||||
/*if (valid_st0) begin
|
||||
if (mshr_pop)
|
||||
end*/
|
||||
end
|
||||
|
||||
`ifdef DBG_CACHE_REQ_INFO
|
||||
if (CORE_TAG_WIDTH != CORE_TAG_ID_BITS && CORE_TAG_ID_BITS != 0) begin
|
||||
assign {debug_pc_st0, debug_wid_st0} = tag_st0[CORE_TAG_WIDTH-1:CORE_TAG_ID_BITS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue