21 lines
694 B
Makefile
21 lines
694 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2021 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := jesd204_common
|
|
|
|
GENERIC_DEPS += jesd204_crc12.v
|
|
GENERIC_DEPS += jesd204_eof_generator.v
|
|
GENERIC_DEPS += jesd204_frame_align_replace.v
|
|
GENERIC_DEPS += jesd204_frame_mark.v
|
|
GENERIC_DEPS += jesd204_lmfc.v
|
|
GENERIC_DEPS += jesd204_scrambler.v
|
|
GENERIC_DEPS += jesd204_scrambler_64b.v
|
|
GENERIC_DEPS += pipeline_stage.v
|
|
|
|
XILINX_DEPS += jesd204_common_ip.tcl
|
|
|
|
include ../../scripts/library.mk
|