Crate litex_arty

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

Constantsยง

FAULT_RESPONSE ๐Ÿ”’
NUM_PROCS ๐Ÿ”’

Staticsยง

PANIC_RESOURCES ๐Ÿ”’
Resources for when a board panics 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ยง

AlarmHw ๐Ÿ”’
ChipHw ๐Ÿ”’
ProcessPrinterInUse ๐Ÿ”’
SchedulerTimerHw ๐Ÿ”’