2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-08 16:43:19 +08:00
artiq/artiq/test/lit/devirtualization/device_db.py

9 lines
185 B
Python

device_db = {
"core": {
"type": "local",
"module": "artiq.coredevice.core",
"class": "Core",
"arguments": {"host": None, "ref_period": 1e-9}
}
}