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 = {
|
2024-02-29 21:36:38 +01:00
|
|
|
level = "debug"
|
2021-02-16 14:15:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
fpgas = {
|
2024-02-29 21:36:38 +01:00
|
|
|
vc707 = {
|
|
|
|
interface = "pcie",
|
|
|
|
id = "10ee:7021",
|
|
|
|
slot = "0000:88:00.0",
|
|
|
|
do_reset = true,
|
|
|
|
ips = "../../../fpga/etc/vc707-xbar-pcie/vc707-xbar-pcie.json",
|
|
|
|
polling = false,
|
|
|
|
}
|
2021-02-16 14:15:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
nodes = {
|
2024-02-29 21:36:38 +01:00
|
|
|
fpga_0 = {
|
|
|
|
type = "fpga",
|
|
|
|
card = "vc707"
|
|
|
|
connect = ["0->3", "3->dma", "0<-dma"]
|
|
|
|
}
|
2021-02-16 14:15:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
paths = (
|
2024-02-29 21:36:38 +01:00
|
|
|
{
|
|
|
|
in = "fpga_0"
|
|
|
|
out = "fpga_0"
|
|
|
|
hooks = ({ type = "print"})
|
|
|
|
}
|
2021-02-16 14:15:14 +01:00
|
|
|
)
|