manta/examples/counter/ila.json

23 lines
383 B
JSON
Raw Normal View History

2023-02-04 18:43:00 +01:00
{
2023-02-05 00:53:52 +01:00
"downlink": {
"sample_depth": 4096,
"clock_freq": 100000000,
2023-02-04 18:43:00 +01:00
"probes": {
2023-02-05 00:53:52 +01:00
"larry": 1,
"curly": 1,
"moe": 1,
"shemp": 3
2023-02-04 18:43:00 +01:00
},
"triggers": [
"larry && curly && ~moe"
2023-02-05 00:53:52 +01:00
]
},
"uart": {
"baudrate": 115200,
"port": "/dev/tty.usbserial-2102926963071",
"data": 8,
"parity": "none",
"stop": 1,
"timeout": 1
}
}