diff --git a/artiq/gateware/rtio/phy/spi2.py b/artiq/gateware/rtio/phy/spi2.py index cc4c06da6..c304d5b93 100644 --- a/artiq/gateware/rtio/phy/spi2.py +++ b/artiq/gateware/rtio/phy/spi2.py @@ -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) ),