Merge pull request #134 from antmicro/fix-litex-demo

xc7: litex: fix arty target
This commit is contained in:
Karol Gugala 2021-03-26 14:47:34 +01:00 committed by GitHub
commit 0a4eb83b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: