Expand description
Board file for VeeR EL2 simulation platform.
Modulesยง
Structsยง
- VeeR ๐
- A structure representing this platform that holds references to all capsules for this platform.
Constantsยง
- FAULT_
RESPONSE ๐ - NUM_
PROCS
Staticsยง
- CHIP ๐
- PROCESSES ๐
- PROCESS_
PRINTER ๐ - STACK_
MEMORY - Dummy buffer that causes the linker to reserve enough space for the stack.
Functionsยง
- mainโ
- Main function called after RAM initialized.
- start ๐ โ
- This is in a separate, inline(never) function so that its stack frame is removed when this function returns. Otherwise, the stack space used for these static_inits is wasted.