]> Joshua Wise's Git repositories - firearm.git/commitdiff
Memory: Add some debugging.
authorJoshua Wise <joshua@rebirth.joshuawise.com>
Fri, 9 Jan 2009 06:20:11 +0000 (01:20 -0500)
committerJoshua Wise <joshua@rebirth.joshuawise.com>
Fri, 9 Jan 2009 06:20:11 +0000 (01:20 -0500)
Memory.v

index ff9f397771df212f5719bdec695eda4c3e194fb4..696b1a4090d8882ec609a8fcbc00a2c03e7f7d7f 100644 (file)
--- a/Memory.v
+++ b/Memory.v
@@ -337,8 +337,9 @@ module Memory(
                                next_outbubble = 1;
                        end
                        if (!cp_ack) begin
-                               $display("WARNING: Possible MRCMCR undefined instruction");
+                               $display("WARNING: Possible MRCMCR undefined instruction: cp_ack %d, cp_busy %d",cp_ack, cp_busy);
                        end
+                       $display("MRCMCR: ack %d, busy %d", cp_ack, cp_busy);
                end
                default: begin end
                endcase
This page took 0.026351 seconds and 4 git commands to generate.