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
(parent:
2b5c79c
)
Memory: Fix up a constant that was typoed and malformed.
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sun, 25 Jan 2009 08:39:09 +0000
(
03:39
-0500)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sun, 25 Jan 2009 08:39:09 +0000
(
03:39
-0500)
Memory.v
patch
|
blob
|
blame
|
history
diff --git
a/Memory.v
b/Memory.v
index
eccddb2
..
5269f64
100644
(file)
--- a/
Memory.v
+++ b/
Memory.v
@@
-125,6
+125,7
@@
module Memory(
busaddr = 32'hxxxxxxxx;
data_size = 3'bxxx;
outstall = 1'b0;
+ st_read = 4'hx;
do_rd_data_latch = 0;
next_write_reg = write_reg;
next_write_num = write_num;
This page took
0.044615 seconds
and
4
git commands to generate.