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:
e92804b
)
Memory: Fix multisource for offset.
author
Joshua Wise
<joshua@nyus.joshuawise.com>
Sun, 22 Feb 2009 04:07:19 +0000
(23:07 -0500)
committer
Joshua Wise
<joshua@nyus.joshuawise.com>
Sun, 22 Feb 2009 04:07:19 +0000
(23:07 -0500)
Memory.v
patch
|
blob
|
blame
|
history
diff --git
a/Memory.v
b/Memory.v
index
3c7ec97
..
8a62ed1
100644
(file)
--- a/
Memory.v
+++ b/
Memory.v
@@
-590,7
+590,6
@@
module Memory(
always @(*)
begin
st_read = 4'hx;
always @(*)
begin
st_read = 4'hx;
- offset = prev_offset;
cur_reg = prev_reg;
next_regs = regs;
cur_reg = prev_reg;
next_regs = regs;
This page took
0.020496 seconds
and
4
git commands to generate.