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

try to use aurora

This commit is contained in:
Pascal Bauer 2024-10-30 22:20:37 +01:00
parent e7484d055c
commit dfa68d3a28
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); vfioContainer, searchPath);
// TODO: implement variable connection // TODO: implement variable connection
// Configure Axi-Switch for DMA loopback // Configure Axi-Switch for DMA loopback
auto axi_switch = std::dynamic_pointer_cast<fpga::ip::AxiStreamSwitch>( //auto axi_switch = std::dynamic_pointer_cast<fpga::ip::AxiStreamSwitch>(
card->lookupIp(fpga::Vlnv("xilinx.com:ip:axis_switch:"))); // card->lookupIp(fpga::Vlnv("xilinx.com:ip:axis_switch:")));
axi_switch->connectInternal("S00_AXIS", "M00_AXIS"); //axi_switch->connectInternal("S00_AXIS", "M00_AXIS");
} else { } else {
throw RuntimeError("Unknown interface type {}", interfaceNameStr); throw RuntimeError("Unknown interface type {}", interfaceNameStr);

View file

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