projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e61785
)
soc: increase default BIOS size
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Tue, 28 Jul 2015 14:36:42 +0000
(22:36 +0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Tue, 28 Jul 2015 14:36:42 +0000
(22:36 +0800)
misoclib/soc/__init__.py
patch
|
blob
|
history
diff --git
a/misoclib/soc/__init__.py
b/misoclib/soc/__init__.py
index ef7c454549c2d3d23d216114eeb9a1ab8bc8f608..0280cba7975c72c012f51bea63313e78fdece83c 100644
(file)
--- a/
misoclib/soc/__init__.py
+++ b/
misoclib/soc/__init__.py
@@
-146,7
+146,7
@@
class SoC(Module):
if size is not None:
self.add_memory_region(name, address, size)
- def register_rom(self, interface, rom_size=0x
a
000):
+ def register_rom(self, interface, rom_size=0x
10
000):
self.add_wb_slave(mem_decoder(self.mem_map["rom"]), interface)
self.add_memory_region("rom", self.cpu_reset_address, rom_size)