Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 836 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 836 Bytes

APAI24-LAB07-PULP-Tiling-part2

Material

Assignment: here Slides: here

How to deliver the assignment:

Use Virtuale, upload only the assignment file named as follows:

LAB#_APAI_name1_name2.ipynb

Assignment DEADLINE: 13/12/2024 (at 14:30)


Quickstart

How to set the environment

  1. Open the VirtualBox virtual machine
  2. Open a terminal (CTRL+T or open terminal)
  3. Launch the commands (clone repo, move into folder, open Visual Studio Code):
git clone https://github.com/EEESlab/APAI24-LAB07-PULP-Tiling-part2
cd APAI24-LAB07-PULP-Tiling-part2/
code .
  1. Now you're ready to start!

How to run the code

[DO NOT FORGET] Every time you open a new terminal run:

source setup_pulp_sdk.sh

To run the code enter in a terminal

make clean all run