03-20-2019 03:09 AM
Hello,
Can please someone tell me what checksum is sent over the lane during ILAS
from the JESD204 Tx? I am using JESD204 (7.2)
The Rx side is a DAC (AD9152) that expects the checksum as:
"lower eight bits of the sum of the following fields: DID, BID, LID,
SCR, L - 1, F - 1, K - 1, M - 1, N - 1, SUBCLASSV, NP - 1,
JESDV, S - 1, and HD"
OR
the sum of some register values on the DAC related to the JESD configuration.
Thanks a lot,
Jakab
03-22-2019 05:52 AM
The JESD204B spec defines the checksum (FCHK) as the modulus 256 of the sum of Configuration link parameters: BID, CF, CS, DID, F, HD, JESDV, K, L, LID, M, N, N', PHADJ, S, SCR, SUBCLASSV
03-22-2019 05:52 AM
The JESD204B spec defines the checksum (FCHK) as the modulus 256 of the sum of Configuration link parameters: BID, CF, CS, DID, F, HD, JESDV, K, L, LID, M, N, N', PHADJ, S, SCR, SUBCLASSV
04-10-2019 12:34 AM
Hi, how can I obtain the DID/BID/JESDV and LID from Xilinx JESD IP? The Datasheet Says its located in ILA0->ILA3 Registers, however these registers are not readable nor writeable for TX. I am trying to establish link with AD9172 DAC.
Thanks
04-10-2019 01:57 AM
These values are in ILA Config Register 3, and if you look at the register map in PG066, you can see that this register is R/W for TX. Look at ILA Config Register 3 for more details about what values are R, W, or R/W.
04-10-2019 10:39 PM
Thank you,
That was definitely my fault.
For some reason, I thought the ILA3 is not readable.
Seems to be OK according to the Datasheet.
04-11-2019 01:37 AM
Excellent, I'm glad you found that information useful.