Skip to content

Commit

Permalink
alinx_axau15: Fixed minor clock and sdcard reference issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnsel committed Dec 5, 2023
1 parent 7be0529 commit ab60d91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions litex_boards/targets/alinx_axau15.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ def __init__(self, platform, sys_clk_freq, with_video_pll=False):
self.cd_sys4x = ClockDomain()
self.cd_idelay = ClockDomain()

# Clk.
clk200 = platform.request("sys_clk200")

# # #
# PLL.
self.pll = pll = USMMCM(speedgrade=-2)
Expand Down Expand Up @@ -116,8 +119,7 @@ def main():
**parser.soc_argdict
)

soc.platform.add_extension(alinx_axau15._sdcard_pmod_io)
soc.add_spi_sdcard()
soc.add_sdcard()

builder = Builder(soc, **parser.builder_argdict)
if args.build:
Expand Down

0 comments on commit ab60d91

Please sign in to comment.