Skip to content

Commit

Permalink
axi_ltc235x: Add initial design
Browse files Browse the repository at this point in the history
Signed-off-by: Jem Geronimo <[email protected]>

axi_ltc235x_cmos.v: fix comment

Signed-off-by: Jem Geronimo <[email protected]>

axi_ltc235x: Enable LVDS or CMOS if only
  • Loading branch information
jemfgeronimo committed Sep 27, 2023
1 parent 9f82455 commit 5efade8
Show file tree
Hide file tree
Showing 6 changed files with 1,594 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ clean:
$(MAKE) -C axi_intr_monitor clean
$(MAKE) -C axi_laser_driver clean
$(MAKE) -C axi_logic_analyzer clean
$(MAKE) -C axi_ltc235x clean
$(MAKE) -C axi_ltc2387 clean
$(MAKE) -C axi_pulse_gen clean
$(MAKE) -C axi_pwm_gen clean
Expand Down Expand Up @@ -171,6 +172,7 @@ lib:
$(MAKE) -C axi_intr_monitor
$(MAKE) -C axi_laser_driver
$(MAKE) -C axi_logic_analyzer
$(MAKE) -C axi_ltc235x
$(MAKE) -C axi_ltc2387
$(MAKE) -C axi_pulse_gen
$(MAKE) -C axi_pwm_gen
Expand Down
26 changes: 26 additions & 0 deletions library/axi_ltc235x/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
####################################################################################
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
### SPDX short identifier: BSD-1-Clause
## Auto-generated, do not modify!
####################################################################################

LIBRARY_NAME := axi_ltc235x

GENERIC_DEPS += ../common/ad_rst.v
GENERIC_DEPS += ../common/up_adc_channel.v
GENERIC_DEPS += ../common/up_adc_common.v
GENERIC_DEPS += ../common/up_axi.v
GENERIC_DEPS += ../common/up_clock_mon.v
GENERIC_DEPS += ../common/up_xfer_cntrl.v
GENERIC_DEPS += ../common/up_xfer_status.v
GENERIC_DEPS += axi_ltc235x.v
GENERIC_DEPS += axi_ltc235x_cmos.v
GENERIC_DEPS += axi_ltc235x_lvds.v

INTEL_DEPS += ../intel/common/up_clock_mon_constr.sdc
INTEL_DEPS += ../intel/common/up_rst_constr.sdc
INTEL_DEPS += ../intel/common/up_xfer_cntrl_constr.sdc
INTEL_DEPS += ../intel/common/up_xfer_status_constr.sdc
INTEL_DEPS += axi_ltc235x_hw.tcl

include ../scripts/library.mk
Loading

0 comments on commit 5efade8

Please sign in to comment.