testbench.embedding: fix ref_period mismatch.

This commit is contained in:
whitequark 2015-11-24 00:54:20 +08:00
parent d3f0059cab
commit 2bfc72fba9
1 changed files with 1 additions and 1 deletions

View File

@ -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: