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

frontend/runelf: use new Comm

This commit is contained in:
Sebastien Bourdeauducq 2014-12-01 15:24:38 +08:00
parent 2146e58d20
commit 3a27f49bff

View File

@ -16,7 +16,7 @@ def main():
with open(args.file, "rb") as f:
binary = f.read()
with comm_serial.CoreCom() as comm:
with comm_serial.Comm() as comm:
runtime_env = comm.get_runtime_env()
if args.e:
print(runtime_env)