mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
ulx3s: Connect SDRAM clock
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
8404434956
commit
0729b3a059
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ class _CRG(Module):
|
|||
o_Z=new_sdram_ps_clk)
|
||||
sdram_ps_clk = new_sdram_ps_clk
|
||||
self.comb += self.cd_sys_ps.clk.eq(sdram_ps_clk)
|
||||
sdram_clock = platform.request("sdram_clock")
|
||||
self.comb += sdram_clock.eq(sdram_ps_clk)
|
||||
|
||||
# Stop ESP32 from resetting FPGA
|
||||
wifi_gpio0 = platform.request("wifi_gpio0")
|
||||
|
|
Loading…
Reference in a new issue