pluto_hdl_adi/library/jesd204/jesd204_common
Laszlo Nagy 454b900f90 jesd204: Xilinx: NP=12 support
To support deterministic latency with non-power of two octets per frame
(F=3,6) the interface width towards the transport layer must be resized
to match integer multiple of frames.

e.g  Input datapath width = 4; Output datpath width = 6;
  for F=3 one beat contains 2 frames
  for F=6 one beat contains 1 frame

The width change is realized with a gearbox.

Due the interface width change the single clock domain core is split
in two clock domains.
  - Link clock : lane rate / 40 for input datapath width of 4 octets 8b10b
  -              lane rate / 20 for input datapath width of 8 octets 8b10b
  -              lane rate / 66 for input datapath width of 8 octets 64b66b

  - Device clock : Link clock * input data path width / output datapath width

Interface to transport layer and SYSREF handling is moved to device clock domain.

The configuration interface reflects the dual clock domain.

If Input and Output datapath width matches, the gearbox is no longer
required, a single clock can be connected to both clocks.
2021-02-05 15:24:15 +02:00
..
Makefile jesd204: Add support for 8-byte JESD204B, frame alignment character insertion/replacement 2021-02-05 15:24:15 +02:00
jesd204_common_ip.tcl jesd204: Add support for 8-byte JESD204B, frame alignment character insertion/replacement 2021-02-05 15:24:15 +02:00
jesd204_crc12.v jesd204: CRC12 component 2020-02-10 09:47:07 +02:00
jesd204_eof_generator.v Add missing timescale annotations 2018-10-17 10:32:47 +03:00
jesd204_frame_align_replace.v jesd204: Make character replacement opt in feature 2021-02-05 15:24:15 +02:00
jesd204_frame_mark.v jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00
jesd204_lmfc.v jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00
jesd204_scrambler.v jesd204: Clean-up combinatorial logic 2020-09-29 17:27:42 +03:00
jesd204_scrambler_64b.v jesd204: Scrambler for 64b mode 2020-02-10 09:47:07 +02:00
pipeline_stage.v jesd204_rx: add parameter for input pipeline stages 2019-05-16 13:29:34 +03:00