Skip to content

Commit

Permalink
TMU prefetch: assert busy during memory burst in texel fetch unit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Jul 25, 2011
1 parent 09d45f6 commit 7be5065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/tmu2/rtl/tmu2_fetchtexel.v
Expand Up @@ -79,6 +79,6 @@ always @(posedge sys_clk) begin
bcount <= bcount - 2'd1;
end

assign busy = pipe_stb_o | fml_stb;
assign busy = pipe_stb_o | fml_stb | fifo_we;

endmodule

0 comments on commit 7be5065

Please sign in to comment.