mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-26 03:38:25 +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
|
config.end.reset = 1
|
||||||
read = Signal()
|
read = Signal()
|
||||||
|
|
||||||
self.sync.rio += [
|
self.sync.rio_phy += [
|
||||||
If(self.rtlink.i.stb,
|
If(self.rtlink.i.stb,
|
||||||
read.eq(0)
|
read.eq(0)
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user