ad_ip_jesd204_tpl_dac: fix GUI and FPGA info population
parent
557a72e35e
commit
4e191e7ac2
|
@ -55,6 +55,9 @@ adi_ip_files ad_ip_jesd204_tpl_dac [list \
|
|||
|
||||
adi_ip_properties ad_ip_jesd204_tpl_dac
|
||||
|
||||
adi_init_bd_tcl
|
||||
adi_ip_bd ad_ip_jesd204_tpl_dac "bd/bd.tcl"
|
||||
|
||||
set cc [ipx::current_core]
|
||||
|
||||
set_property display_name "JESD204 Transport Layer for DACs" $cc
|
||||
|
@ -154,5 +157,7 @@ foreach {k v w} {
|
|||
incr i
|
||||
}
|
||||
|
||||
adi_add_auto_fpga_spec_params
|
||||
|
||||
ipx::create_xgui_files [ipx::current_core]
|
||||
ipx::save_core [ipx::current_core]
|
||||
|
|
Loading…
Reference in New Issue