spi2: reset configuration in rio_phy

This commit is contained in:
Robert Jördens 2018-03-07 14:23:28 +00:00
parent 7afb23e8be
commit b0282fa855
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class SPIMaster(Module):
config.end.reset = 1
read = Signal()
self.sync.rio += [
self.sync.rio_phy += [
If(self.rtlink.i.stb,
read.eq(0)
),