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:
parent
226354a9c0
commit
07b199aa51
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Reference in a new issue