1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix villas-fpga-cat and villas-fpga-xbar-select scripts to use villas-fpga-ctrl

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2023-01-05 12:30:36 +01:00
parent 80af655ac5
commit 4785146a4c
2 changed files with 2 additions and 2 deletions

View file

@ -15,4 +15,4 @@
CWD=$(dirname -- "$0")
${CWD}/villas-fpga-cat -c ${CWD}/../../etc/fpgas.json --connect "2<->stdout"
${CWD}/villas-fpga-ctrl -c ${CWD}/../../etc/fpgas.json --connect "2<->stdout"

View file

@ -16,4 +16,4 @@
CWD=$(dirname -- "$0")
# currently connects RTDS and OPAL-RT
${CWD}/villas-fpga-cat -c ${CWD}/../../etc/fpgas.json --connect "0<->1" --no-dma
${CWD}/villas-fpga-ctrl -c ${CWD}/../../etc/fpgas.json --connect "0<->1" --no-dma