-
Putting anything above or equal to 48 on the total interpolation causes the error "The accumulator word length must be 128 bits or shorter" after calling the step function.
% Code that causes the e…
Mtten updated
2 years ago
-
On Debian bookworm amd64, with Testing PPA's enabled, the iio-oscilloscope does not compile correctly with the newest version of software. The error is due to the gtkdatabox versioning, despite passin…
-
Hello,
when running adidtc, i get the following error message:
```
Traceback (most recent call last):
File "/usr/local/bin/adidtc", line 5, in
from adidt.cli.main import cli
File "/home…
-
I'm not really sure this is an issue or intended behavior but (at least to me) is really not what I would expect on a completion. Just with the following (no other plugins):
```
source .zsh/plugin…
-
This is the HDL side of the discussion here: https://github.com/analogdevicesinc/libiio/issues/860
- _One 64-bit counter in axi-dmac, running on the sample clock. It would need to be readable from …
-
I'm trying to connect with AD9082 board when using ethernet connection everything works fine. But when trying to connect through USB tho it works fine on the IIO-oscilloscope tool. using the library t…
-
**Describe the bug**
Attempting to run make in: /hdl/projects/ad9081_fmca_ebz/vcu118
getting the following error,
```
ERROR: [Synth 8-439] module 'sync_event' not found [/home/shaur/development…
-
I cannot build the ad9081_fmca_ebz project with the VCU128 target. When I try, I get an error related to the HBM memory size. I tried changing the LENGTH_WIDTH parameter but it had no effect, it app…
pgsys updated
9 months ago
-
Hello, I noticed that the "samples_per_frame" parameter (JEDEC204 "S") is harcoded to '1' in `axi_jesd204_tx.c`:
https://github.com/analogdevicesinc/no-OS/blob/master/drivers/axi_core/jesd204/axi_jes…
GbGp updated
9 months ago
-
A possible way to support timestamps would be to add the following functions to libiio
```c
struct meta_command
{
uint64 timestamp,
uint64 num_samples,
enum type
{
send…