phy/s7ddrphy_halfrate_bl8: fix cs_n

This commit is contained in:
Florent Kermarrec 2018-09-15 00:47:33 +02:00
parent 36fa324291
commit 5719d71ace
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class S7DDRPHY(Module, AutoCSR):
if hasattr(pads, "reset_n"):
controls.append("reset_n")
if hasattr(pads, "cs_n"):
controls.append("reset_n")
controls.append("cs_n")
for name in controls:
for i in range(len(getattr(pads, name))):
self.specials += \