mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fpga: fix debug output
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
parent
8df05c3c71
commit
36687d6af4
1 changed files with 3 additions and 3 deletions
|
@ -230,9 +230,9 @@ int FpgaNode::fastWrite(Sample *smps[], unsigned cnt) {
|
|||
}
|
||||
}
|
||||
|
||||
// logger->info("Writing sample: {}, {}, {:#x}", smp->data[0].f,
|
||||
// signalTypeToString(smp->signals->getByIndex(0)->type),
|
||||
// smp->data[0].i);
|
||||
logger->trace("Writing sample: {}, {}, {:#x}", smp->data[0].f,
|
||||
signalTypeToString(smp->signals->getByIndex(0)->type),
|
||||
smp->data[0].i);
|
||||
dma->writeScatterGatherFast();
|
||||
auto written = dma->writeScatterGatherPoll() /
|
||||
sizeof(float); // The number of samples written
|
||||
|
|
Loading…
Add table
Reference in a new issue