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

try to use aurora

This commit is contained in:
Pascal Bauer 2024-10-30 22:20:37 +01:00 committed by Niklas Eiling
parent 5e0af90dcd
commit c6e904ced4
2 changed files with 4 additions and 4 deletions

View file

@ -246,9 +246,9 @@ fpga::createCard(json_t *config, const std::filesystem::path &searchPath,
vfioContainer, searchPath);
// TODO: implement variable connection
// Configure Axi-Switch for DMA loopback
auto axi_switch = std::dynamic_pointer_cast<fpga::ip::AxiStreamSwitch>(
card->lookupIp(fpga::Vlnv("xilinx.com:ip:axis_switch:")));
axi_switch->connectInternal("S00_AXIS", "M00_AXIS");
//auto axi_switch = std::dynamic_pointer_cast<fpga::ip::AxiStreamSwitch>(
// card->lookupIp(fpga::Vlnv("xilinx.com:ip:axis_switch:")));
//axi_switch->connectInternal("S00_AXIS", "M00_AXIS");
} else {
throw RuntimeError("Unknown interface type {}", interfaceNameStr);

View file

@ -16,7 +16,7 @@ nodes = {
type = "fpga",
card = "zcu106"
# connect = ["loopback"]
# connect = ["1<->dma"]
connect = ["0<->dma"]
#builtin = false,
#lowLatencyMode = true,
},