Paul Cercueil

Results 280 comments of Paul Cercueil

@tfcollins added v0.24 builds of Libiio built without ZSTD in the releases section, so these should work without having to install libzstd manually.

I think this is fixed now. Feel free to re-open if the problem still exists.

That looks like a real bug. I'll look into it.

That sounds doable. It wouldn't work if IIOD has to demultiplex the samples, but that's a minor use-case anyway.

Honestly, we don't use pkg-config on Windows because it's a pain. However if you think this should be fixed, it's just a matter of setting the correct library name in...

I disagree with your suggestion, the timestamp value should not be written by the DMA to the samples buffer. Instead, it should be written by the IP to a separate...

There's no need for buffering in the FPGA. The DMA should process the requests sequentially like it already does, and wait until the transfer time is reached if needed. So...

The DMA cores already have hardware queues, and switching between one configured transfer to another is instant and does not cause samples to be missed.

I don't really know what the FPGA program does, I just know that we already have a hardware queue for the DMA, and no samples are lost when the DMA...

If the samples counter simply represents the number of samples by which the next transfer should be delayed, then "now" is just "counter=0". Programming transfers at a specific point in...