Part Number: TSW1400EVM
Hello!
I am using TSW1400EVM and ADS42LB69EVM. As I understand TSW1400EVM captures data flow from ADC then writes it into the DDR memory. After it HSDC downloads data from DDR using USB interface. I need to make a kind of digital filter which locates between ADC and DDR memory using build in Stratix chip.
In the HSDC folder I found "Source Code" subfolder where is and archive "TSW1400_ADC_DAC_qar.zip" with verilog codes: TSW1400_ADC_Revamp_ver2.2_22032013. As I understand, I need to edit this file, compile it and download to the FPGA to achieve my goal.
In the source code appears a link to the external file with constants: `include "../ver/defines.vh"
When I am opening it there are no constants for my model of ADC: ADS42LB69EVM.
So, what I need to do if I want to write my firmware for my FPGA?
Thank you!