1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fpga: update example config

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2022-12-02 18:35:44 +01:00
parent 924cdb9ad3
commit 6ad4deb3c6

View file

@ -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
}