projects
/
ls2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
192a48f
)
list of hyperrams not just one
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 24 Apr 2022 13:05:37 +0000
(14:05 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 24 Apr 2022 13:05:37 +0000
(14:05 +0100)
src/ls2.py
patch
|
blob
|
history
diff --git
a/src/ls2.py
b/src/ls2.py
index 283eb410e7c16bb924001255f8618f15cba6f205..993186f3ee55afa643b55961c06c0db2a475a082 100644
(file)
--- a/
src/ls2.py
+++ b/
src/ls2.py
@@
-795,8
+795,8
@@
class DDR3SoC(SoC, Elaboratable):
# and at the moment that's just UART tx/rx.
ports = []
ports += [self.uart.tx_o, self.uart.rx_i]
- if hasattr(self, "hyperram"):
- ports += list(
self.hyperram
.ports())
+ for hr in self.hyperramL
+ ports += list(
hr
.ports())
if hasattr(self, "ddrphy"):
if hasattr(self.ddrphy, "pads"): # real PHY
ports += list(self.ddrphy.pads.fields.values())