mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
targets/kc705/sata: enable write support.
This commit is contained in:
parent
d626861e95
commit
a410e447e1
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class BaseSoC(SoCCore):
|
|||
self.add_csr("sata_phy")
|
||||
|
||||
# Core
|
||||
self.add_sata(phy=self.sata_phy, mode="read")
|
||||
self.add_sata(phy=self.sata_phy, mode="read+write")
|
||||
|
||||
# Leds -------------------------------------------------------------------------------------
|
||||
self.submodules.leds = LedChaser(
|
||||
|
|
Loading…
Reference in a new issue