-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
9f82455
commit 5efade8
Showing
6 changed files
with
1,594 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.