-
Notifications
You must be signed in to change notification settings - Fork 28
Structure
Jannik Zeitschner edited this page Jun 19, 2023
·
34 revisions
PROLEAD's structure consists of two directories.
- The
inc
folder contains all header files (.hpp
) encompassing the function declarations. - 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.
The full code documentation is available online. The functions and their description can be found there under Namespaces
.