xc7: litex: fix arty target

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
Karol Gugala 2021-03-26 09:22:07 +01:00
parent 054c42696a
commit ea3fb3a86c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ run the following commands:
tar -xf riscv64-unknown-elf-gcc-8.1.0-2019.01.0-x86_64-linux-ubuntu14.tar.gz
export PATH=$PATH:$PWD/riscv64-unknown-elf-gcc-8.1.0-2019.01.0-x86_64-linux-ubuntu14/bin/
cd litex-boards/litex_boards/targets
./arty.py --toolchain symbiflow --cpu-type vexriscv --build
./digilent_arty.py --toolchain symbiflow --cpu-type vexriscv --build
cd -
To build the linux-litex-demo example, depending on your hardware, run: