Skip to content

Structure

Jannik Zeitschner edited this page Jun 19, 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

The full code documentation is available online. The functions and their description can be found there under Namespaces.