** Snippet for NEON Lab. Vitis 2024.1 1-2-2. run a Python script that creates the necessary components: vitis -s $TRAINING_PATH/apu_neon/support/apu_neon_builder.py zcu104 1-3-2. Open Workspace, Browse to the following location: $TRAINING_PATH/apu_neon/lab 2-2-2. change directory: cd $TRAINING_PATH/apu_neon/support 2-2-3. disassemble the ELF file: vitis -s disassemble.py O0 **change opt to -02 vitis -s disassemble.py O2 Use dot_product_GS.c to measure execution time Create component and add source file