2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 05:03:34 +08:00

fixed phaser number of rtio channels

This commit is contained in:
SingularitySurfer 2020-12-04 14:40:59 +00:00
parent 6ceb3f3095
commit cba631610c

View File

@ -498,7 +498,7 @@ class PeripheralManager:
}}""",
name=self.get_name("phaser"),
channel=rtio_offset)
return 2
return 6
def process(self, rtio_offset, peripheral):
processor = getattr(self, "process_"+str(peripheral["type"]))