minor update

This commit is contained in:
Blaise Tine
2021-01-05 05:46:20 -08:00
parent 39bff921be
commit 846a4036d3
2 changed files with 13 additions and 13 deletions

View File

@@ -206,7 +206,7 @@ module VX_miss_resrv #(
assign schedule_addr_next = schedule_addr_n_r;
assign schedule_data_next = dout_n_r;
/*`ifdef DBG_PRINT_CACHE_MSHR
`ifdef DBG_PRINT_CACHE_MSHR
always @(posedge clk) begin
if (lookup_ready || schedule || enqueue || dequeue) begin
if (schedule)
@@ -231,6 +231,6 @@ module VX_miss_resrv #(
$write("\n");
end
end
`endif*/
`endif
endmodule