jesd204_common: Added JESD204C components

main
Laszlo Nagy 2019-10-02 14:25:40 +01:00 committed by Laszlo Nagy
parent 20ae7a8f7d
commit 72e9a563da
2 changed files with 6 additions and 2 deletions

View File

@ -5,9 +5,11 @@
LIBRARY_NAME := jesd204_common LIBRARY_NAME := jesd204_common
GENERIC_DEPS += jesd204_crc12.v
GENERIC_DEPS += jesd204_eof_generator.v GENERIC_DEPS += jesd204_eof_generator.v
GENERIC_DEPS += jesd204_lmfc.v GENERIC_DEPS += jesd204_lmfc.v
GENERIC_DEPS += jesd204_scrambler.v GENERIC_DEPS += jesd204_scrambler.v
GENERIC_DEPS += jesd204_scrambler_64b.v
GENERIC_DEPS += pipeline_stage.v GENERIC_DEPS += pipeline_stage.v
XILINX_DEPS += jesd204_common_ip.tcl XILINX_DEPS += jesd204_common_ip.tcl

View File

@ -50,14 +50,16 @@ adi_ip_create jesd204_common
add_files -fileset [get_filesets sources_1] [list \ add_files -fileset [get_filesets sources_1] [list \
"jesd204_lmfc.v" \ "jesd204_lmfc.v" \
"jesd204_scrambler.v" \ "jesd204_scrambler.v" \
"jesd204_scrambler_64b.v" \
"jesd204_crc12.v" \
"jesd204_eof_generator.v" \ "jesd204_eof_generator.v" \
"pipeline_stage.v" \ "pipeline_stage.v" \
] ]
adi_ip_properties_lite jesd204_common adi_ip_properties_lite jesd204_common
set_property display_name "ADI JESD204B Common Library" [ipx::current_core] set_property display_name "ADI JESD204C Common Library" [ipx::current_core]
set_property description "ADI JESD204B Common Library" [ipx::current_core] set_property description "ADI JESD204C Common Library" [ipx::current_core]
set_property hide_in_gui {1} [ipx::current_core] set_property hide_in_gui {1} [ipx::current_core]
ipx::save_core [ipx::current_core] ipx::save_core [ipx::current_core]