projects
/
gram.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
197b24f
)
Fix missing submodule statement in ECPIX5 example
author
Jean THOMAS
<git0@pub.jeanthomas.me>
Wed, 10 Jun 2020 09:57:23 +0000
(11:57 +0200)
committer
Jean THOMAS
<git0@pub.jeanthomas.me>
Wed, 10 Jun 2020 09:57:23 +0000
(11:57 +0200)
examples/ecpix5.py
patch
|
blob
|
history
diff --git
a/examples/ecpix5.py
b/examples/ecpix5.py
index 43652d19d083df7b1c0cba28c2cceb333e503bb2..56b4b6ee338fe82a85701eca4d50a03aaa70ed60 100644
(file)
--- a/
examples/ecpix5.py
+++ b/
examples/ecpix5.py
@@
-176,6
+176,7
@@
class DDR3SoC(CPUSoC, Elaboratable):
m.submodules.decoder = self._decoder
m.submodules.rom = self.rom
+ m.submodules.rom2 = self.rom2
m.submodules.ram = self.ram
m.submodules.uart = self.uart
m.submodules.timer = self.timer