projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b6de09
)
Match SoC granularity with decoder granularity
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Wed, 29 Jul 2020 14:15:35 +0000
(16:15 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Wed, 29 Jul 2020 14:15:35 +0000
(16:15 +0200)
gram/test/test_soc.py
patch
|
blob
|
history
diff --git
a/gram/test/test_soc.py
b/gram/test/test_soc.py
index d086b91a8fa5aed6bb723700b7aae3a266446094..2a96b3d872b423fbebf3f23f68e366f7d87d14a2 100644
(file)
--- a/
gram/test/test_soc.py
+++ b/
gram/test/test_soc.py
@@
-25,7
+25,7
@@
class DDR3SoC(SoC, Elaboratable):
self._decoder = wishbone.Decoder(addr_width=30, data_width=32, granularity=8,
features={"cti", "bte"})
- self.bus = wishbone.Interface(addr_width=30, data_width=32, granularity=
32
)
+ self.bus = wishbone.Interface(addr_width=30, data_width=32, granularity=
8
)
tck = 2/(2*2*100e6)
nphases = 2