targets/kc705/sata: enable write support.
This commit is contained in:
parent
d626861e95
commit
a410e447e1
|
@ -119,7 +119,7 @@ class BaseSoC(SoCCore):
|
||||||
self.add_csr("sata_phy")
|
self.add_csr("sata_phy")
|
||||||
|
|
||||||
# Core
|
# Core
|
||||||
self.add_sata(phy=self.sata_phy, mode="read")
|
self.add_sata(phy=self.sata_phy, mode="read+write")
|
||||||
|
|
||||||
# Leds -------------------------------------------------------------------------------------
|
# Leds -------------------------------------------------------------------------------------
|
||||||
self.submodules.leds = LedChaser(
|
self.submodules.leds = LedChaser(
|
||||||
|
|
Loading…
Reference in New Issue