analogdevicesinc / TransceiverToolbox

MATLAB toolbox for ADI transceiver products
https://analogdevicesinc.github.io/TransceiverToolbox/master
Other
56 stars 31 forks source link

Fix data valid flag on pluto #91

Closed omcaree closed 2 years ago

omcaree commented 2 years ago

If the port names for the data valid input and outputs are the same HDL coder ends up connecting cpack/fifo_wr_en to axi_ad9361/adc_valid_i0 directly, bypassing the custom IP entirely. Whilst this is likely a bug in how HDL coder handles inserting the custom IP an easy fix is to just use unique names for the ports.

tfcollins commented 2 years ago

Thanks for the update. Can you please sign your commit? It should have the "Signed-off by: ..." at the bottom.

omcaree commented 2 years ago

Sign off done