Other Parts Discussed in Thread: ADS54J60
HELLO,
i am using ADS54J60EVM with our custom FPGA board which has xilinx FPGA on it.
we are configuring the adc using GUI.
sequence of operation
-----gui-------------
1.lmk configuring using file LMK_Config_Onboard_983p04_MSPS.cfg
2.adc hardware reset
3.adc configuring using ADS54J60_LMF_8224.cfg file.
--------custom board-------
loading bit file.
i am giving an input of 20MHz(0dBm)
the sync is established and data is available on Jesd204_rx_rx_tdata from xilinx
The Jesd204_rx_rx_tdata[255:0] passes through the transport layer and
is converted to a 256 bit signal bus (Transport_layer_8224_0_rx_dataout)
which contains 16 samples(16 bit) per clock cycle.
the jesd IP output has byte swap,so transport layer is designed as per the sample out
from ADC( page 41 of ads54j60 datasheet) and considering byte swap.
when i trying to reconstruct the waveform,i am unable to generate a sine wave.
please find the attachment of my transport layer and chipscope data.
/cfs-file/__key/communityserver-discussions-components-files/73/iladataCHA_5F00_20MHZ_5F00_0dbm.csv jesd ip./cfs-file/__key/communityserver-discussions-components-files/73/TRANSPORT_5F00_LAYER_5F00_LOGIC_5F00_VERILOG.txt
is there anything wrong i'm doing ?