mirror of https://github.com/m-labs/artiq.git
test/analyzer: rtio_log now supported on NAC3
This commit is contained in:
parent
854f4845fb
commit
ee60022632
|
@ -50,7 +50,7 @@ class WriteLog(EnvExperiment):
|
||||||
@kernel
|
@kernel
|
||||||
def run(self):
|
def run(self):
|
||||||
self.core.reset()
|
self.core.reset()
|
||||||
# NAC3TODO rtio_log("foo", 32)
|
rtio_log("foo", 32)
|
||||||
|
|
||||||
|
|
||||||
class AnalyzerTest(ExperimentCase):
|
class AnalyzerTest(ExperimentCase):
|
||||||
|
@ -79,7 +79,6 @@ class AnalyzerTest(ExperimentCase):
|
||||||
abs(input_messages[0].timestamp - input_messages[1].timestamp),
|
abs(input_messages[0].timestamp - input_messages[1].timestamp),
|
||||||
1000, delta=4)
|
1000, delta=4)
|
||||||
|
|
||||||
@unittest.skip("NAC3TODO https://git.m-labs.hk/M-Labs/nac3/issues/297")
|
|
||||||
def test_rtio_log(self):
|
def test_rtio_log(self):
|
||||||
core_host = self.device_mgr.get_desc("core")["arguments"]["host"]
|
core_host = self.device_mgr.get_desc("core")["arguments"]["host"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue