Skip to content

Commit

Permalink
targets/kc705: add ddrphy to CSR map
Browse files Browse the repository at this point in the history
sbourdeauducq committed Sep 1, 2014
1 parent 6decb35 commit 0eeb0ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions targets/kc705.py
Original file line number Diff line number Diff line change
@@ -62,6 +62,11 @@ def __init__(self, platform):
class BaseSoC(SDRAMSoC):
default_platform = "kc705"

csr_map = {
"ddrphy": 10,
}
csr_map.update(SDRAMSoC.csr_map)

def __init__(self, platform, **kwargs):
SDRAMSoC.__init__(self, platform,
clk_freq=125*1000000, cpu_reset_address=0xaf0000,

0 comments on commit 0eeb0ad

Please sign in to comment.