I have a new project which uses an AD9434 to periodically burst sample as signal at 500MSPS. The ADC sample value is then compared to a threshold, values above the threshold are stored for further analysis, values below the threshold are discarded. The burst consists of 500 samples and of those values up to 50 will be stored for further processing. I think it is possible to carryout this function with the MicroZed -7Z020, but porting the vivado code looks pretty challenging as the data on the AD9434 FMC card targets the Z706 card with the 7z045.
Is this porting possible?
Has anyone done this before?