gensoc: add id for KC705
This commit is contained in:
parent
fb48b89bac
commit
efb2466c7e
|
@ -27,7 +27,8 @@ class GenSoC(Module):
|
||||||
known_platform_id = defaultdict(lambda: 0x554E, {
|
known_platform_id = defaultdict(lambda: 0x554E, {
|
||||||
"mixxeo": 0x4D58,
|
"mixxeo": 0x4D58,
|
||||||
"m1": 0x4D31,
|
"m1": 0x4D31,
|
||||||
"papilio_pro": 0x5050
|
"papilio_pro": 0x5050,
|
||||||
|
"kc705": 0x4B37
|
||||||
})
|
})
|
||||||
|
|
||||||
def __init__(self, platform, clk_freq, cpu_reset_address, sram_size=4096, l2_size=0, with_uart=True, cpu_type="lm32"):
|
def __init__(self, platform, clk_freq, cpu_reset_address, sram_size=4096, l2_size=0, with_uart=True, cpu_type="lm32"):
|
||||||
|
|
Loading…
Reference in New Issue