sqrl_acorn: Downgrade to SATA Gen1 for now (allow lower sys_clk_freq and enough for current tests).
This commit is contained in:
parent
d9b77c6f25
commit
c0e671919d
|
@ -149,7 +149,7 @@ class BaseSoC(SoCCore):
|
||||||
self.submodules.sata_phy = LiteSATAPHY(platform.device,
|
self.submodules.sata_phy = LiteSATAPHY(platform.device,
|
||||||
refclk = sata_refclk,
|
refclk = sata_refclk,
|
||||||
pads = platform.request("pcie2sata"),
|
pads = platform.request("pcie2sata"),
|
||||||
gen = "gen2",
|
gen = "gen1",
|
||||||
clk_freq = sys_clk_freq,
|
clk_freq = sys_clk_freq,
|
||||||
data_width = 16)
|
data_width = 16)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue