Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RISC-V Toolcain
set PATH=%PATH%;C:\users\<your litex installtion folder>\RISC-V64riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-w64-mingw32\bin

...

Options:
To generate only the FPGA design, containing the RISC-v V processor and blinking LEDs, without the software part, the Litex UART BIOS promt.
python c10lprefkit.py --no-compile-software

Generate only the software sources.
python c10lprefkit.py --no-compile-gateware

...