legacy almazny: fix missing units, remove dead code

This commit is contained in:
mwojcik 2024-05-30 11:30:37 +08:00 committed by Sébastien Bourdeauducq
parent f496e6da7c
commit 793f8a3c8c
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,5 @@
from artiq.language.core import kernel, portable
from artiq.language.units import us
from numpy import int32
@ -117,11 +118,6 @@ class AlmaznyLegacy:
)
delay(100 * us)
@kernel
def _update_all_registers(self):
for i in range(4):
self._update_register(i)
class AlmaznyChannel:
"""