Vitis Subsystem (VSS) Creation using the V++ Linker
The v++ linker creates a Vitis Subsystem
(VSS) with
--mode vss. See the following for an
example.v++ --link --mode vss --save-temps --part <part_name> --config ./src/vss_conn.cfg <list_of_xo> <list_of_libadf_partitions> --out_dir <build_folder>The
following are options used in VSS generation.-
--partspecifies a target part -
--configdefines connectivity and other directives -
--out_dirspecifies a folder containing metadata (.vss) and binary files
Linking
You can view individual v++ --link
commands in the v++ Command chapter. See
Linking the
System in the Embedded Design Development Using Vitis
(UG1701).
Packaging
You can find details of the v++ packaging process in Integrating the System in the Embedded Design Development Using Vitis (UG1701).
The individual v++ --package commands are
in v++ Command.