mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-08 18:13:34 +08:00
merge fixes
This commit is contained in:
parent
52196bb36e
commit
e0aa061575
@ -25,8 +25,8 @@ def rtio_get_destination_status(destination: int32) -> bool:
|
|||||||
def rtio_get_counter() -> int64:
|
def rtio_get_counter() -> int64:
|
||||||
raise NotImplementedError("syscall not simulated")
|
raise NotImplementedError("syscall not simulated")
|
||||||
|
|
||||||
@syscall
|
@extern
|
||||||
def test_exception_id_sync(id: TInt32) -> TNone:
|
def test_exception_id_sync(id: int32):
|
||||||
raise NotImplementedError("syscall not simulated")
|
raise NotImplementedError("syscall not simulated")
|
||||||
|
|
||||||
artiq_builtins = {
|
artiq_builtins = {
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
import unittest
|
||||||
from operator import itemgetter
|
from operator import itemgetter
|
||||||
|
|
||||||
from numpy import int32, int64
|
from numpy import int32, int64
|
||||||
|
Loading…
Reference in New Issue
Block a user