pluto_hdl_adi/library/jesd204/jesd204_rx
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
..
bd jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00
Makefile jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00
align_mux.v jesd204: Add support for 8-byte JESD204B, frame alignment character insertion/replacement 2021-02-05 15:24:15 +02:00
elastic_buffer.v jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00
error_monitor.v jesd204_rx: 64b mode support for receive peripheral 2020-02-10 09:47:07 +02:00
jesd204_ilas_monitor.v jesd204: Add support for 8-byte JESD204B, frame alignment character insertion/replacement 2021-02-05 15:24:15 +02:00
jesd204_lane_latency_monitor.v jesd204: Add support for 8-byte JESD204B, frame alignment character insertion/replacement 2021-02-05 15:24:15 +02:00
jesd204_rx.v jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00
jesd204_rx_cgs.v Add missing timescale annotations 2018-10-17 10:32:47 +03:00
jesd204_rx_constr.sdc jesd204_rx: Fix SDC constraint 2020-09-09 14:15:37 +03:00
jesd204_rx_constr.ttcl jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00
jesd204_rx_ctrl.v jesd204: Add support for 8-byte JESD204B, frame alignment character insertion/replacement 2021-02-05 15:24:15 +02:00
jesd204_rx_ctrl_64b.v jesd204_rx: Interrupt for unexpected lane status error 2020-07-31 11:43:41 +03:00
jesd204_rx_frame_align.v jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00
jesd204_rx_header.v jesd204_rx: 64b mode support for receive peripheral 2020-02-10 09:47:07 +02:00
jesd204_rx_hw.tcl jesd204: Add support for 8-byte JESD204B, frame alignment character insertion/replacement 2021-02-05 15:24:15 +02:00
jesd204_rx_ip.tcl jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00
jesd204_rx_lane.v jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00
jesd204_rx_lane_64b.v jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00