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: remove commas from conf

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2024-05-28 09:24:08 +02:00 committed by pipeacosta
parent c4d2468268
commit bf84044ca4

View file

@ -7,21 +7,21 @@ logging = {
fpgas = {
vc707 = {
interface = "pcie",
id = "10ee:7021",
slot = "0000:88:00.0",
do_reset = true,
ips = "../../fpga/etc/vc707-xbar-pcie/vc707-xbar-pcie-dino-v2.json",
polling = false,
interface = "pcie"
id = "10ee:7021"
slot = "0000:88:00.0"
do_reset = true
ips = "../../fpga/etc/vc707-xbar-pcie/vc707-xbar-pcie-dino-v2.json"
polling = false
}
}
nodes = {
fpga_0 = {
type = "fpga",
card = "vc707",
connect = ["0->3", "3->dma", "0<-dma"],
timestep = 10e-3,
type = "fpga"
card = "vc707"
connect = ["0->3", "3->dma", "0<-dma"]
timestep = 10e-3
}
}