pluto_hdl_adi/projects/dc2677a
Iulia Moldovan 68461110aa Replace link in license header from master to main
Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
2024-01-16 16:48:45 +02:00
..
c5soc Replace link in license header from master to main 2024-01-16 16:48:45 +02:00
common dc2677a: add initial design 2023-10-02 15:10:04 +08:00
Makefile dc2677a: add initial design 2023-10-02 15:10:04 +08:00
Readme.md dc2677a: add initial design 2023-10-02 15:10:04 +08:00

Readme.md

DC2677A HDL Project

Here are some pointers to help you:

Supported parts

  • LTC2358-18
  • LTC2358-16
  • LTC2357-18
  • LTC2357-16
  • LTC2353-18
  • LTC2353-16

Project Parameters

LVDS_CMOS_N:

  • 0 - CMOS (default)
  • 1 - LVDS

LTC235X_FAMILY:

  • 0 = 2358-18 (default)
  • 1 = 2358-16
  • 2 = 2357-18
  • 3 = 2357-16
  • 4 = 2353-18
  • 5 = 2353-16

How to build

e.g, to build the project for LTC2358-18 using the CMOS Interface

make LVDS_CMOS_N=0 LTC235X_FAMILY=0