2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

gateware: fix kernel CPU exec address.

This commit is contained in:
whitequark 2016-10-31 15:11:50 +00:00
parent 2392113bb6
commit 617e345d16

View File

@ -7,7 +7,7 @@ from misoc.integration.soc_core import mem_decoder
class KernelCPU(Module):
def __init__(self, platform,
exec_address=0x40800000,
exec_address=0x40800080,
main_mem_origin=0x40000000,
l2_size=8192):
self._reset = CSRStorage(reset=1)