jesd204_common: Added JESD204C components
parent
20ae7a8f7d
commit
72e9a563da
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue