Link
The v++ mode vss selects a link flow that creates a Vitis Subsystem
(VSS) artifact. A VSS is a platform-independent, reusable design component that you
can customize with AI Engine and PL
content. Using v++ --mode vss, you package your design elements
(for example, AI Engine graphs and PL
kernels, and optionally PS domains) into a subsystem that is intended to be
integrated into a larger system using Vitis tools. This flow does not
produce a deployable hardware bitstream; instead, it generates a subsystem package
(with metadata and binaries) that can be instantiated and linked within a system
context on the target platform later.
--mode (-m):
-m [ --mode ] arg Specify a mode.
[aie|hls] Must be used with --compile/-c option.
[vss] Must be used with --link/-l option.See
Linking a VSS
Component in the Embedded Design Development Using Vitis
(UG1701) for
details.