forked from M-Labs/artiq
fixed phaser number of rtio channels
This commit is contained in:
parent
6ceb3f3095
commit
cba631610c
|
@ -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"]))
|
||||
|
|
Loading…
Reference in New Issue