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:
parent
80af655ac5
commit
4785146a4c
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue