Commit a410e447 authored by Florent Kermarrec's avatar Florent Kermarrec

targets/kc705/sata: enable write support.

parent d626861e
......@@ -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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment