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:
parent
c4d2468268
commit
bf84044ca4
1 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue