2022-11-09 17:00:26 -05:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2023-08-31 11:25:01 +02:00
|
|
|
|
2021-02-16 14:15:14 +01:00
|
|
|
logging = {
|
|
|
|
level = "debug"
|
|
|
|
}
|
|
|
|
|
|
|
|
fpgas = {
|
|
|
|
vc707 = {
|
2022-11-09 17:00:26 -05:00
|
|
|
# Card identification
|
2022-12-07 18:51:56 +01:00
|
|
|
id = "10ee:7021"
|
2022-11-09 17:00:26 -05:00
|
|
|
# slot = "88:00.0"
|
|
|
|
|
2021-02-16 14:15:14 +01:00
|
|
|
do_reset = true
|
|
|
|
|
2022-12-07 18:51:56 +01:00
|
|
|
ips = "/global/projects/villas/fpga/software/etc/vc707-xbar-pcie/vc707-xbar-pcie.json"
|
2022-12-02 18:35:44 +01:00
|
|
|
|
|
|
|
paths = (
|
|
|
|
{
|
|
|
|
from = "aurora_8b10b_ch2"
|
|
|
|
to = "aurora_8b10b_ch3"
|
|
|
|
|
|
|
|
reverse = true
|
|
|
|
}
|
|
|
|
)
|
2021-02-16 14:15:14 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
nodes = {
|
|
|
|
dma_0 = {
|
|
|
|
type = "fpga",
|
2022-12-02 18:35:44 +01:00
|
|
|
fpga = "vc707"
|
|
|
|
target = ""
|
2021-02-16 14:15:14 +01:00
|
|
|
|
|
|
|
datamover = "dma_0"
|
|
|
|
use_irqs = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
paths = (
|
|
|
|
{
|
|
|
|
in = "dma_0"
|
|
|
|
|
|
|
|
hooks = (
|
2022-11-09 17:00:26 -05:00
|
|
|
{
|
|
|
|
type = "print"
|
|
|
|
}
|
2021-02-16 14:15:14 +01:00
|
|
|
)
|
|
|
|
}
|
|
|
|
)
|