Assignment DEADLINE: 12/12/2025 (at 15:30)
Use Virtuale, upload only the assignment file named as follows:
LAB#_APAI_name.pdf
- Open a terminal
- Go into 'APAI-Docker' folder.
- Open VSCode with 'code .'
- On VSCode, click on 'Reopen in container'.
- Open you new terminal in VSCode and launch the following commands to clone this repository:
git clone https://github.com/EEESlab/APAI25-LAB08-PULP-Tiling-Part2
cd APAI25-LAB07-PULP-Tiling-Part1/
source initialization.sh
- Now you're ready to start!
- Open the VirtualBox virtual machine
- Open a terminal (CTRL+T or open terminal)
- Go into 'APAI-Docker' folder.
- Open VSCode with 'code .'
- On VSCode, click on 'Reopen in container'.
- Open you new terminal in VSCode and launch the following commands to clone this repository:
git clone https://github.com/EEESlab/APAI25-LAB08-PULP-Tiling-Part2
cd APAI25-LAB07-PULP-Tiling-Part1/
source initialization.sh
- Now you're ready to start!
[DO NOT FORGET] Every time you open a new terminal run:
source setup-pulp-sdk.sh
To run the code of this lab, enter in the same terminal:
make clean all run
Also before running any command in this folder, make sure to:
source initialization.sh