projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd8099
)
gensoc: fix align
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Thu, 27 Nov 2014 15:05:36 +0000
(23:05 +0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Thu, 27 Nov 2014 15:05:36 +0000
(23:05 +0800)
misoclib/gensoc/__init__.py
patch
|
blob
|
history
diff --git
a/misoclib/gensoc/__init__.py
b/misoclib/gensoc/__init__.py
index 7d63ee4edeb86e51cb911b5c1df91467d6b362fb..ee6a79dde0d0d39106bd7ab622cce3783bad41fd 100644
(file)
--- a/
misoclib/gensoc/__init__.py
+++ b/
misoclib/gensoc/__init__.py
@@
-139,8
+139,8
@@
class SDRAMSoC(GenSoC):
csr_map = {
"dfii": 6,
"lasmicon": 7,
- "memtest_w":
8,
- "memtest_r":
9
+ "memtest_w": 8,
+ "memtest_r": 9
}
csr_map.update(GenSoC.csr_map)