Hello . I am working with DAC3484 and trying to do the pattern checker test by sending data in through an FMC with FPGA . Here is my Current status
1. no alarm is generated at iotest-alarm in config 5 and reading 0000 in config 4 when I am sending in all 1s and pattern all 1s.
2. no alarm is generated at iotest-alarm in config 5 and reading 0000 in config 4 when I am sending in all 1s and pattern all 1s.
I am using ODDR to generate Data on both clock edges and OBUFDS to give the LVDS output from FPGA to the DAC .
I have a simulated waveform of the input format I want to send , and which has been generated by my code
here data is the output to the FPGA and sys_clock_200MHz is the input to the OBUF which generates the DATACLKP/N
and frame_op acts as input to OBUFs which generate both FRAMEP/FRAMEN and SYNCP/SYNCN
Is there anything wrong with the below format of giving input , or might be there something else I might be missing ?
Any help regarding this would be really appreciated
TIA