Expand description
Board file for a LiteX SoC running in a Verilated simulation
Modulesยง
- io ๐
- litex_
generated_ ๐constants
Structsยง
- LiteX
Sim ๐ - A structure representing this platform that holds references to all capsules for this platform.
- LiteX
SimInterruptable ๐Peripherals - Structure for dynamic interrupt mapping, depending on the SoC configuration
- LiteX
SimPanic ๐References
Constantsยง
- FAULT_
RESPONSE ๐ - NUM_
PROCS ๐
Staticsยง
- PANIC_
REFERENCES ๐ - PROCESSES ๐
- Static variables used by io.rs.
- STACK_
MEMORY ๐ - Size to allocate 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.
Type Aliasesยง
- ChipHw ๐