targets/xilinx_zc706: typo ZCU -> ZC
This commit is contained in:
parent
a72f2a2e68
commit
2392473b89
|
@ -100,7 +100,7 @@ class BaseSoC(SoCCore):
|
||||||
self.crg = _CRG(platform, sys_clk_freq)
|
self.crg = _CRG(platform, sys_clk_freq)
|
||||||
|
|
||||||
# SoCCore ----------------------------------------------------------------------------------
|
# SoCCore ----------------------------------------------------------------------------------
|
||||||
SoCCore.__init__(self, platform, sys_clk_freq, ident="LiteX SoC on ZCU706", **kwargs)
|
SoCCore.__init__(self, platform, sys_clk_freq, ident="LiteX SoC on ZC706", **kwargs)
|
||||||
|
|
||||||
# DDR3 SDRAM -------------------------------------------------------------------------------
|
# DDR3 SDRAM -------------------------------------------------------------------------------
|
||||||
#if not self.integrated_main_ram_size:
|
#if not self.integrated_main_ram_size:
|
||||||
|
|
Loading…
Reference in New Issue