From 72e9a563da6f4ea76a3ad16f8d0c4d59ae9ae8d8 Mon Sep 17 00:00:00 2001 From: Laszlo Nagy Date: Wed, 2 Oct 2019 14:25:40 +0100 Subject: [PATCH] jesd204_common: Added JESD204C components --- library/jesd204/jesd204_common/Makefile | 2 ++ library/jesd204/jesd204_common/jesd204_common_ip.tcl | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/library/jesd204/jesd204_common/Makefile b/library/jesd204/jesd204_common/Makefile index 305fb3a2e..c72253775 100644 --- a/library/jesd204/jesd204_common/Makefile +++ b/library/jesd204/jesd204_common/Makefile @@ -5,9 +5,11 @@ LIBRARY_NAME := jesd204_common +GENERIC_DEPS += jesd204_crc12.v GENERIC_DEPS += jesd204_eof_generator.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 diff --git a/library/jesd204/jesd204_common/jesd204_common_ip.tcl b/library/jesd204/jesd204_common/jesd204_common_ip.tcl index 8bfbc87e6..da35ec870 100644 --- a/library/jesd204/jesd204_common/jesd204_common_ip.tcl +++ b/library/jesd204/jesd204_common/jesd204_common_ip.tcl @@ -50,14 +50,16 @@ adi_ip_create jesd204_common add_files -fileset [get_filesets sources_1] [list \ "jesd204_lmfc.v" \ "jesd204_scrambler.v" \ + "jesd204_scrambler_64b.v" \ + "jesd204_crc12.v" \ "jesd204_eof_generator.v" \ "pipeline_stage.v" \ ] adi_ip_properties_lite jesd204_common -set_property display_name "ADI JESD204B Common Library" [ipx::current_core] -set_property description "ADI JESD204B Common Library" [ipx::current_core] +set_property display_name "ADI JESD204C Common Library" [ipx::current_core] +set_property description "ADI JESD204C Common Library" [ipx::current_core] set_property hide_in_gui {1} [ipx::current_core] ipx::save_core [ipx::current_core]