revert local changes

This commit is contained in:
2025-08-01 20:12:48 +08:00
parent 687f8a45b9
commit f946eccc19
2 changed files with 2 additions and 7 deletions

View File

@@ -7,10 +7,10 @@ device_db = {
"module": "artiq.coredevice.core",
"class": "Core",
"arguments": {
"host": "host",
"host": "kc705",
"ref_period": 1e-9,
"ref_multiplier": 8,
"target": "host"
"target": "rv32g"
}
},
}

View File

@@ -141,10 +141,6 @@ def compile(cls):
return cls
def staticmethod(function):
pass
import device_db
core_arguments = device_db.device_db["core"]["arguments"]
@@ -152,7 +148,6 @@ builtins = {
"int": int,
"float": float,
"bool": bool,
"staticmethod": staticmethod,
"str": str,
"list": list,
"tuple": tuple,