mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
34 lines
340 B
Text
34 lines
340 B
Text
|
logging = {
|
||
|
level = "debug"
|
||
|
}
|
||
|
|
||
|
fpgas = {
|
||
|
vc707 = {
|
||
|
id = "10ee:7022"
|
||
|
do_reset = true
|
||
|
|
||
|
ips = "@include ../etc/examples/nodes/vc707_ips.conf"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
nodes = {
|
||
|
dma_0 = {
|
||
|
type = "fpga",
|
||
|
|
||
|
card = "vc707"
|
||
|
datamover = "dma_0"
|
||
|
use_irqs = false
|
||
|
}
|
||
|
}
|
||
|
|
||
|
paths = (
|
||
|
{
|
||
|
in = "dma_0"
|
||
|
out = [ ]
|
||
|
|
||
|
hooks = (
|
||
|
{ type = "print" }
|
||
|
)
|
||
|
}
|
||
|
)
|