sqrl_acorn: Downgrade to SATA Gen1 for now (allow lower sys_clk_freq and enough for current tests).

This commit is contained in:
Florent Kermarrec 2022-02-09 19:10:12 +01:00
parent d9b77c6f25
commit c0e671919d
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class BaseSoC(SoCCore):
self.submodules.sata_phy = LiteSATAPHY(platform.device,
refclk = sata_refclk,
pads = platform.request("pcie2sata"),
gen = "gen2",
gen = "gen1",
clk_freq = sys_clk_freq,
data_width = 16)