From 07b199aa511a7f2132c40e856badf8c7f381e428 Mon Sep 17 00:00:00 2001 From: Pascal Bauer Date: Mon, 10 Mar 2025 18:01:02 +0100 Subject: [PATCH] fix: rename "dinoif_fast" to "dinoif_adc" Signed-off-by: Pascal Bauer --- lib/nodes/fpga.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nodes/fpga.cpp b/lib/nodes/fpga.cpp index 10b1330f8..4bafa71a2 100644 --- a/lib/nodes/fpga.cpp +++ b/lib/nodes/fpga.cpp @@ -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.");