2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

coredevice: add get_rtio_time

This commit is contained in:
Sebastien Bourdeauducq 2015-02-18 09:56:30 -07:00
parent ec84726858
commit e10390d142

View File

@ -119,6 +119,10 @@ class Core(AutoDB):
self.comm.run(func_def.name)
self.comm.serve(rpc_map, exception_map)
@kernel
def get_rtio_time(self):
return cycles_to_time(syscall("rtio_get_counter"))
@kernel
def recover_underflow(self):
t = syscall("rtio_get_counter") + self.initial_time