Crate litex_arty

Source
Expand description

Board file for a LiteX-built VexRiscv-based SoC synthesized for a Digilent Arty-A7 FPGA board

Modulesยง

io ๐Ÿ”’
litex_generated_constants ๐Ÿ”’

Structsยง

LiteXArty ๐Ÿ”’
A structure representing this platform that holds references to all capsules for this platform.
LiteXArtyInterruptablePeripherals ๐Ÿ”’
Structure for dynamic interrupt mapping, depending on the SoC configuration
LiteXArtyPanicReferences ๐Ÿ”’

Constantsยง

FAULT_RESPONSE ๐Ÿ”’
NUM_PROCS ๐Ÿ”’

Staticsยง

PANIC_REFERENCES ๐Ÿ”’
PROCESSES ๐Ÿ”’
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.