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:
1e7ff54
)
Add chip enable correctness for CellularRAM.
master
msater
author
Joshua Wise
<jwise@andrew.cmu.edu>
Sat, 28 Aug 2010 22:29:06 +0000
(18:29 -0400)
committer
Joshua Wise
<jwise@andrew.cmu.edu>
Sat, 28 Aug 2010 22:29:06 +0000
(18:29 -0400)
CellularRAM.v
patch
|
blob
|
blame
|
history
diff --git
a/CellularRAM.v
b/CellularRAM.v
index 81622cde88953ae7c17379b84b422b40b6dfe794..f7217dedd44eb4229b66666559a3598db6b923b4 100644
(file)
--- a/
CellularRAM.v
+++ b/
CellularRAM.v
@@
-40,7
+40,7
@@
module CellularRAM(
assign st_nCE = 0;
assign cr_nADV = ~decode;
- assign cr_nCE =
0
;
+ assign cr_nCE =
~active
;
assign cr_nOE = ~bus_rd;
assign cr_nWE = ~bus_wr;
assign cr_CRE = 0;
This page took
0.021973 seconds
and
4
git commands to generate.