2021-09-24 13:26:23 +08:00
|
|
|
# python demo.py
|
|
|
|
# artiq_run module.elf
|
|
|
|
|
|
|
|
device_db = {
|
|
|
|
"core": {
|
|
|
|
"type": "local",
|
|
|
|
"module": "artiq.coredevice.core",
|
|
|
|
"class": "Core",
|
2021-09-24 14:45:01 +08:00
|
|
|
"arguments": {
|
2021-10-10 17:45:38 +08:00
|
|
|
"host": "kc705",
|
2021-09-24 14:45:01 +08:00
|
|
|
"ref_period": 1e-9,
|
|
|
|
"ref_multiplier": 8,
|
2021-11-11 23:43:50 +08:00
|
|
|
"target": "rv32g"
|
2021-09-24 14:45:01 +08:00
|
|
|
}
|
|
|
|
},
|
2021-09-24 13:26:23 +08:00
|
|
|
}
|