diff --git a/etc/examples/nodes/fpga.conf b/etc/examples/nodes/fpga.conf index 049d1f9e6..7cd5305ff 100644 --- a/etc/examples/nodes/fpga.conf +++ b/etc/examples/nodes/fpga.conf @@ -10,15 +10,31 @@ fpgas = { do_reset = true - ips = "/global/projects/villas/fpga/software/etc/vc707-xbar-pcie/vc707-xbar-pcie.json" + ips = { + "@import /global/projects/villas/fpga/software/etc/vc707-xbar-pcie/vc707-xbar-pcie.json" + + axis_interconnect_0_xbar = { + + } + } + + paths = ( + { + from = "aurora_8b10b_ch2" + to = "aurora_8b10b_ch3" + + reverse = true + } + ) } } nodes = { dma_0 = { type = "fpga", + fpga = "vc707" + target = "" - card = "vc707" datamover = "dma_0" use_irqs = false }