git.joshuawise.com
/
firearm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add chip enable correctness for CellularRAM.
[firearm.git]
/
CellularRAM.v
diff --git
a/CellularRAM.v
b/CellularRAM.v
index
81622cd
..
f7217de
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.015592 seconds
and
4
git commands to generate.