mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-23 00:00:01 +01:00
47 lines
No EOL
753 B
Text
47 lines
No EOL
753 B
Text
fpga = {
|
|
/* Card identification */
|
|
id = "10ee:7022";
|
|
slot = "01:00.0";
|
|
|
|
intc = 0x5000;
|
|
reset = 0x2000;
|
|
do_reset = true;
|
|
|
|
ips = {
|
|
switch_0 = {
|
|
vlnv = "xilinx.com:ip:axis_interconnect:2.1"
|
|
baseaddr = 0x0000;
|
|
numports = 3;
|
|
},
|
|
rtds_0 = {
|
|
vlnv = "acs.eonerc.rwth-aachen.de:user:rtds_axis:1.0"
|
|
baseaddr = 0x3000;
|
|
port = 0;
|
|
},
|
|
dma_0 = {
|
|
vlnv = "xilinx.com:ip:axi_dma:7.1";
|
|
baseaddr = 0x1000;
|
|
port = 2;
|
|
irq = 0
|
|
},
|
|
hls_dft_0 = {
|
|
vlnv = "acs.eonerc.rwth-aachen.de:hls:hls_dft:1.0";
|
|
port = 1;
|
|
switch = "switch_0";
|
|
}
|
|
}
|
|
|
|
/* Configure switch */
|
|
paths = (
|
|
{ in = "dma", out = "hls_dft" },
|
|
{ in = "hls_dft", out = "dma" }
|
|
)
|
|
}
|
|
|
|
nodes = {
|
|
dma = {
|
|
datamover = "dma_0";
|
|
use_irqs = false;
|
|
}
|
|
|
|
} |