Skip to content

Commit

Permalink
testbench.embedding: fix ref_period mismatch.
Browse files Browse the repository at this point in the history
whitequark committed Nov 23, 2015
1 parent d3f0059 commit 2bfc72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/compiler/testbench/embedding.py
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ def main():
ddb_path = os.path.join(os.path.dirname(sys.argv[1]), "device_db.pyon")

try:
core = Core(dmgr=DeviceManager(DeviceDB(ddb_path)))
core = DeviceManager(DeviceDB(ddb_path)).get("core")
if compile_only:
core.compile(testcase_vars["entrypoint"], (), {})
else:

0 comments on commit 2bfc72f

Please sign in to comment.