Next, use these Tcl commands to save, validate and close the block design, and generate the RTL Wrapper.
Note: Because the tutorial is focused on the
receive interface and Clocking Wizard, individual
instructions are not provided.
#save, validate, and close the bd
save_bd_design
validate_bd_design
close_bd_design [get_bd_designs design_1]
#generate the top level wrapper
make_wrapper -files [get_files \
"./project_Versal/project_Versal.srcs/sources_1/bd/design_1/design_1.bd"] \
-top
add_files -norecurse \
"./project_Versal/project_Versal.srcs/sources_1/bd/design_1/hdl/design_1_wrapper.v"