git.joshuawise.com
/
firearm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1d97a09
)
Memory: Add some debugging.
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Fri, 9 Jan 2009 06:20:11 +0000
(
01:20
-0500)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Fri, 9 Jan 2009 06:20:11 +0000
(
01:20
-0500)
Memory.v
patch
|
blob
|
blame
|
history
diff --git
a/Memory.v
b/Memory.v
index
ff9f397
..
696b1a4
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.019301 seconds
and
4
git commands to generate.