Skip to content

Commit

Permalink
gateware: fix kernel CPU exec address.
Browse files Browse the repository at this point in the history
whitequark committed Oct 31, 2016
1 parent 2392113 commit 617e345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gateware/amp/kernel_cpu.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

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)

0 comments on commit 617e345

Please sign in to comment.