mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
57 lines
1.5 KiB
Text
57 lines
1.5 KiB
Text
Let's Get It Started!
|
|
|
|
This user guide uses the NEORV32 project _as is_ from the official `neorv32` repository.
|
|
To make your first NEORV32 project run, follow the guides from the upcoming sections. It is recommended to
|
|
follow these guides step by step and eventually in the presented order.
|
|
|
|
[TIP]
|
|
This guide uses the minimalistic and platform/toolchain agnostic SoC **test setups** from
|
|
`rtl/test_setups` for illustration. You can use one of the provided test setups for
|
|
your first FPGA tests. +
|
|
+
|
|
For more sophisticated example setups have a look at the
|
|
https://github.com/stnolting/neorv32-setups[neorv32-setups] repository,
|
|
which provides **SoC setups** for various FPGAs, boards and toolchains.
|
|
|
|
|
|
include::sw_toolchain_setup.adoc[]
|
|
|
|
include::general_hw_setup.adoc[]
|
|
|
|
include::general_sw_framework_setup.adoc[]
|
|
|
|
include::application_program_compilation.adoc[]
|
|
|
|
include::executable_upload.adoc[]
|
|
|
|
include::installing_an_executable.adoc[]
|
|
|
|
include::new_application_project.adoc[]
|
|
|
|
include::enabling_riscv_extensions.adoc[]
|
|
|
|
include::application_specific_configuration.adoc[]
|
|
|
|
include::adding_custom_hw_modules.adoc[]
|
|
|
|
include::customizing_the_bootloader.adoc[]
|
|
|
|
include::programming_an_external_spi_flash_via_bootloader.adoc[]
|
|
|
|
include::packaging_vivado.adoc[]
|
|
|
|
include::simulating_the_processor.adoc[]
|
|
|
|
include::building_the_documentation.adoc[]
|
|
|
|
include::zephyr_support.adoc[]
|
|
|
|
include::free_rtos_support.adoc[]
|
|
|
|
include::litex_support.adoc[]
|
|
|
|
include::debugging_with_ocd.adoc[]
|
|
|
|
|
|
|
|
include::../legal.adoc[]
|