Skip to content

Commit b6a1cdd

Browse files
committed
library: jesd204: Fixup Vivado exiting with error
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>
1 parent d4f33da commit b6a1cdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/jesd204/jesd204_common/jesd204_common_ip.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ set_property display_name "ADI JESD204C Common Library" [ipx::current_core]
2727
set_property description "ADI JESD204C Common Library" [ipx::current_core]
2828
set_property hide_in_gui {1} [ipx::current_core]
2929

30+
ipx::create_xgui_files [ipx::current_core]
3031
ipx::save_core [ipx::current_core]

0 commit comments

Comments
 (0)