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:
parent
924cdb9ad3
commit
6ad4deb3c6
1 changed files with 18 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue