pluto_hdl_adi/library/jesd204/axi_jesd204_tx
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 Makefile: Update makefiles 2019-08-26 16:58:01 +03:00
axi_jesd204_tx.v jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00
axi_jesd204_tx_constr.sdc jesd204: Fix constraints for axi_jesd_tx 2018-05-10 18:17:32 +03:00
axi_jesd204_tx_constr.xdc jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00
axi_jesd204_tx_hw.tcl jesd204: Add support for 8-byte JESD204B, frame alignment character insertion/replacement 2021-02-05 15:24:15 +02:00
axi_jesd204_tx_ip.tcl jesd204: Xilinx: NP=12 support 2021-02-05 15:24:15 +02:00
axi_jesd204_tx_ooc.ttcl jesd204:axi_jesd204_tx: set OOC default clock constraints 2019-04-22 10:27:16 +03:00
jesd204_up_tx.v jesd204: Add support for 8-byte JESD204B, frame alignment character insertion/replacement 2021-02-05 15:24:15 +02:00