library: jesd204: Fixup Vivado exiting with error (#1243)
The lack of the create_xgui_files causes Vivado to exit with an error when running multiple Vivado instances (parallel make case) Signed-off-by: Jorge Marques <jorge.marques@analog.com>main
parent
d4f33da416
commit
107b043550
|
@ -27,4 +27,5 @@ 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::create_xgui_files [ipx::current_core]
|
||||
ipx::save_core [ipx::current_core]
|
||||
|
|
Loading…
Reference in New Issue