Skip to content

Commit 0eeb0ad

Browse files
committedSep 1, 2014
targets/kc705: add ddrphy to CSR map
1 parent 6decb35 commit 0eeb0ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎targets/kc705.py

+5
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ def __init__(self, platform):
6262
class BaseSoC(SDRAMSoC):
6363
default_platform = "kc705"
6464

65+
csr_map = {
66+
"ddrphy": 10,
67+
}
68+
csr_map.update(SDRAMSoC.csr_map)
69+
6570
def __init__(self, platform, **kwargs):
6671
SDRAMSoC.__init__(self, platform,
6772
clk_freq=125*1000000, cpu_reset_address=0xaf0000,

0 commit comments

Comments
 (0)
Please sign in to comment.