forked from M-Labs/artiq-zynq
temp pre commit hook
This commit is contained in:
parent
a0fc852623
commit
2d52bab14a
8
.pre-commit-config.yaml
Normal file
8
.pre-commit-config.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
repos:
|
||||||
|
- repo: local
|
||||||
|
hooks:
|
||||||
|
- id: cargo_format
|
||||||
|
name: cargo_format
|
||||||
|
entry: cargofmt.sh
|
||||||
|
language: script
|
||||||
|
pass_filenames: false
|
30
device_db.py
Normal file
30
device_db.py
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
device_db = {
|
||||||
|
"core": {
|
||||||
|
"type": "local",
|
||||||
|
"module": "artiq.coredevice.core",
|
||||||
|
"class": "Core",
|
||||||
|
"arguments": {
|
||||||
|
"host": "192.168.1.14",
|
||||||
|
"ref_period": 1e-9,
|
||||||
|
"ref_multiplier": 8,
|
||||||
|
"target": "cortexa9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"core_cache": {
|
||||||
|
"type": "local",
|
||||||
|
"module": "artiq.coredevice.cache",
|
||||||
|
"class": "CoreCache"
|
||||||
|
},
|
||||||
|
"core_dma": {
|
||||||
|
"type": "local",
|
||||||
|
"module": "artiq.coredevice.dma",
|
||||||
|
"class": "CoreDMA"
|
||||||
|
},
|
||||||
|
|
||||||
|
"led0": {
|
||||||
|
"type": "local",
|
||||||
|
"module": "artiq.coredevice.ttl",
|
||||||
|
"class": "TTLOut",
|
||||||
|
"arguments": {"channel": 0x000001},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user