Skip to content

Structure

Nicolai Mueller edited this page Feb 3, 2023 · 34 revisions

PROLEAD's structure consists of two directories.

  1. The inc folder contains all header files (.hpp) encompassing the function declarations.
  2. The src folder contains all source files (.cpp) encompassing the function definitions.

All files related to the evaluation of hardware circuits are stored in the Hardware subdirectories (inc/Hardware and src/Hardware) while all files related to the evaluation of arm binaries are stored in the Software subdirectories (inc/Software and src/Software). The Util subdirectory stores all files that declare and define generic functions used for hardware and software.

Documentation

To read the documentation, clone the project and open documentation in your browser.