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:
parent
5e0af90dcd
commit
c6e904ced4
2 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
|
@ -16,7 +16,7 @@ nodes = {
|
|||
type = "fpga",
|
||||
card = "zcu106"
|
||||
# connect = ["loopback"]
|
||||
# connect = ["1<->dma"]
|
||||
connect = ["0<->dma"]
|
||||
#builtin = false,
|
||||
#lowLatencyMode = true,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue