xc7: litex: fix arty target
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
054c42696a
commit
ea3fb3a86c
|
@ -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
|
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/
|
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
|
cd litex-boards/litex_boards/targets
|
||||||
./arty.py --toolchain symbiflow --cpu-type vexriscv --build
|
./digilent_arty.py --toolchain symbiflow --cpu-type vexriscv --build
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
To build the linux-litex-demo example, depending on your hardware, run:
|
To build the linux-litex-demo example, depending on your hardware, run:
|
||||||
|
|
Loading…
Reference in New Issue