mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-07 17:43: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:
|
||||
raise NotImplementedError("syscall not simulated")
|
||||
|
||||
@syscall
|
||||
def test_exception_id_sync(id: TInt32) -> TNone:
|
||||
@extern
|
||||
def test_exception_id_sync(id: int32):
|
||||
raise NotImplementedError("syscall not simulated")
|
||||
|
||||
artiq_builtins = {
|
||||
|
@ -1,3 +1,4 @@
|
||||
import unittest
|
||||
from operator import itemgetter
|
||||
|
||||
from numpy import int32, int64
|
||||
|
Loading…
Reference in New Issue
Block a user