Hey Abhishek,
There are a few things you might want to check if you're not getting any output on your oscilloscope:
- Ensure that the pin assignments for the ADC card (P0035) are correctly mapped to the corresponding pins on the Stratix IV DE4 board. The pin assignments can be different between Stratix III and Stratix IV boards.
- Verify that the I/O standards (voltage levels, etc.) for the ADC are compatible with the DE4 board and that they are correctly set in your Quartus project.
- Check the clock domains in your design. Make sure that the ADC is being clocked correctly and that any necessary clock domain crossing is handled properly.
- If possible, simulate your design to ensure that the logic is functioning as expected. This can help catch issues that might not be obvious in the hardware.
- Test each part of your design incrementally. For example, first ensure that you can read from the ADC without any DSP logic. Then add in the DSP components one at a time.