]> Joshua Wise's Git repositories - firearm.git/blobdiff - DCache.v
Execute: Pass 1 repiping finished.
[firearm.git] / DCache.v
index aec6ae66399fe4786398de6579dc9c383d68fa7e..6ec26a730a8661e3a62f6414be2a257743fd9150 100644 (file)
--- a/DCache.v
+++ b/DCache.v
@@ -68,7 +68,7 @@ module DCache(
                        bus_addr = {addr[31:6], cache_fill_pos[3:0], 2'b00 /* reads are 32-bits */};
                        bus_rd = 1;
                end else if (wr_req && bus_ack) begin
-                       $display("DCACHE: WRITE REQUEST: Addr %08x, data %08x, wait %d", addr, wr_data, rw_wait);
+                       $display("DCACHE: WRITE REQUEST: Addr %08x, data %08x", addr, wr_data);
                        bus_addr = addr;
                        bus_wr = 1;
                        bus_wdata = wr_data;
This page took 0.022917 seconds and 4 git commands to generate.