AI Engine Compiler (v++ -c –mode aie) takes the graph.cpp as an input, breaks the logic into smaller pieces, and assigns these pieces to different AI Engine cores to work simultaneously. It also optimizes how data moves between cores and memory, and generates a libadf.a file and Work directory as an output. Below is a sample reference command. Please refer AIE_Kernel/Makefile to access the full command.
v++ --compile --mode aie --target=hw /<path_to_Graph>/graph.cpp --part=<fpga_part_for_DUT> -I <data_srcs> -I <aie_srcs>