mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
spi2: reset configuration in rio_phy
This commit is contained in:
parent
7afb23e8be
commit
b0282fa855
@ -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)
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user