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

fix: rename "dinoif_fast" to "dinoif_adc"

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2025-03-10 18:01:02 +01:00 committed by Niklas Eiling
parent 226354a9c0
commit 07b199aa51

View file

@ -80,7 +80,7 @@ int FpgaNode::prepare() {
card->lookupIp(fpga::Vlnv("xilinx.com:module_ref:registerif:")));
if (reg != nullptr &&
card->lookupIp(fpga::Vlnv("xilinx.com:module_ref:dinoif_fast:"))) {
card->lookupIp(fpga::Vlnv("xilinx.com:module_ref:dinoif_adc:"))) {
fpga::ip::DinoAdc::setRegisterConfigTimestep(reg, timestep);
} else {
logger->warn("No DinoAdc or no Register found on FPGA.");