Skip to content

Commit ef61da7

Browse files
committed
projects/ada4355: Add reference to ADA4356 part.
Signed-off-by: Pop Ioan Daniel <pop.ioan-daniel@analog.com>
1 parent 2beba86 commit ef61da7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

projects/ada4355_fmc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| Part name | Description |
1111
|------------------------------------------------|--------------------------------------------------------------|
1212
| [ADA4355](https://www.analog.com/ada4355) | 14-Bit, 125MSPS, High performance, current input, data acquisition μModule |
13+
| [ADA4356](https://www.analog.com/ada4356) | 14-Bit, 125MSPS, High performance, current input, data acquisition μModule |
1314

1415
## Building the project
1516

projects/ada4355_fmc/zed/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ make
1414

1515
This project supports two pinout variants, which are differentiated by how the frame clock signals are distributed.
1616

17-
For one pinout version, the XDC constraints are not optimized for ISERDES, as the frame clock signals are located in a different I/O bank from the other related signals. To address this, a BUFMRCE buffer is used to distribute the frame clock to all ISERDES instances.
17+
For ADA4355 the XDC constraints are not optimized for ISERDES, as the frame clock signals are located in a different I/O bank from the other related signals. To address this, a BUFMRCE buffer is used to distribute the frame clock to all ISERDES instances.
1818

1919
The overwritable parameters from the environment:
2020

2121
- BUFMRCE_EN - Specifies the evaluation board type
22-
- 0 - pinout with optimized constraints (default)
23-
- 1 - pinout with non-optimized constraints
22+
- 0 - ADA4356 - pinout with optimized constraints (default)
23+
- 1 - ADA4355 - pinout with non-optimized constraints
2424

2525
### Example configurations
2626

27-
#### BUFMRCE_EN disabled (default)
27+
#### ADA4356 - BUFMRCE_EN disabled (default)
2828

2929
This specific command is equivalent to running `make` only:
3030

3131
```
3232
make BUFMRCE_EN=0
3333
```
3434

35-
#### BUFMRCE_EN enabled
35+
#### ADA4355 - BUFMRCE_EN enabled
3636

3737
```
3838
make BUFMRCE_EN=1

0 commit comments

Comments
 (0)