@@ -6,19 +6,19 @@ ADA4355-FMC HDL project
66Overview
77-------------------------------------------------------------------------------
88
9- The :adi: `ADA4355 ` is a complete, high performance, current input µModule.
10- For space savings, the :adi: `ADA4355 ` includes all the required active and
11- passive components to realize a complete current to bits data acquisition
12- solution, supporting a small form factor, optical modules as well as
13- multichannel systems.
14-
15- The high speed transimpedance amplifier (TIA) of the device supports 10 ns pulse
16- widths, allowing high spatial resolution for Time of Flight (ToF) measurements.
17- Additionally, the :adi: ` ADA4355 ` includes three TIA gain (TZ) settings to
18- maximize dynamic range. An internal, selectable, analog low-pass filter (LPF)
19- can limit the device bandwidth with a corner frequency of 100 MHz to minimize
20- broadband noise while also serving as an antialiasing filter for the 125 MSPS
21- ADC.
9+ The :adi: `ADA4355 `/ :adi: ` ADA4356 ` is a complete, high performance, current
10+ input µModule. For space savings, the :adi: `ADA4355 `/ :adi: ` ADA4356 ` includes
11+ all the required active and passive components to realize a complete current to
12+ bits data acquisition solution, supporting a small form factor, optical modules
13+ as well as multichannel systems.
14+
15+ The high speed transimpedance amplifier (TIA) supports short optical pulses:
16+ 10 ns for the ADA4355 and 20 ns for the ADA4356, enabling high spatial
17+ resolution in Time of Flight (ToF) measurements. Both devices provide three TIA
18+ gain (TZ) settings to maximize dynamic range. An internal, selectable,
19+ analog low-pass filter (LPF) can limit the devices bandwidth with a corner
20+ frequency of 100 MHz to minimize broadband noise while also serving as an
21+ antialiasing filter for the 125 MSPS ADC.
2222
2323The 14-bit ADC converts the amplified voltage signal at a rate of up to 125 MSPS
2424and outputs the digitized signals through two serial, low voltage differential
@@ -35,6 +35,7 @@ Supported devices
3535-------------------------------------------------------------------------------
3636
3737- :adi: `ADA4355 `
38+ - :adi: `ADA4356 `
3839
3940Supported carriers
4041-------------------------------------------------------------------------------
@@ -69,23 +70,23 @@ The data path and clock domains are depicted in the below diagram:
6970Configuration modes
7071~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7172
72- The BUFMRCE_EN configuration parameter defines the pinout used which is
73- differentiated by how the frame clock signals are distributed.
74- For one pinout version, the XDC constraints are not optimized for ISERDES,
75- as the frame clock signals are located in a different I/O bank from the other
76- related signals. To address this, a BUFMRCE buffer is used to distribute the
73+ The BUFMRCE_EN configuration parameter defines the supported board used which
74+ is differentiated by how the frame clock signals are distributed.
75+ For ADA4355 the XDC constraints are not optimized for ISERDES, as the frame
76+ clock signals are located in a different I/O bank from the other related
77+ signals. To address this, a BUFMRCE buffer is used to distribute the
7778frame clock to all ISERDES instances.
7879
79- By default it is set to 0. Depending on the pinout , some hardware modifications
80+ By default it is set to 0. Depending on the part , some hardware modifications
8081need to be done on the board and/or ``make `` command:
8182
82- In case of the pinout with optimized constraints :
83+ In case of the ADA4356 :
8384
8485.. shell :: bash
8586
8687 $make BUFMRCE_EN=0
8788
88- In case of the pinout with non-optimized constraints :
89+ In case of the ADA4355 :
8990
9091.. shell :: bash
9192
@@ -210,8 +211,8 @@ The Software GPIO number is calculated as follows:
210211.. admonition :: Legend
211212 :class: note
212213
213- - ``* `` instantiated only for BUFMRCE_EN=1
214- - ``** `` instantiated only for BUFMRCE_EN=0
214+ - ``* `` instantiated only for BUFMRCE_EN=1 (ADA4355)
215+ - ``** `` instantiated only for BUFMRCE_EN=0 (ADA4356)
215216
216217Interrupts
217218~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -291,6 +292,7 @@ Hardware related
291292~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
292293
293294- Product datasheet: :adi: `ADA4355 `
295+ - Product datasheet: :adi: `ADA4356 `
294296
295297HDL related
296298~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments