-
Notifications
You must be signed in to change notification settings - Fork 28
Structure
Nicolai Mueller edited this page Feb 3, 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.
To read the documentation, clone the project and open documentation in your browser.