From dc44e93754f065adf9d851a1696efb3b2e117053 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Mon, 21 Dec 2020 14:28:06 +0100 Subject: [PATCH] xc7: linux_litex: remove litex example Signed-off-by: Alessandro Comodi --- xc7/linux_litex_demo/README.rst | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/xc7/linux_litex_demo/README.rst b/xc7/linux_litex_demo/README.rst index 0f8f899..9ab9acd 100644 --- a/xc7/linux_litex_demo/README.rst +++ b/xc7/linux_litex_demo/README.rst @@ -5,20 +5,6 @@ This example design features a Linux-capable SoC based around VexRiscv soft CPU. It also includes DDR and Ethernet controllers. To build the litex example, run the following commands: -.. code-block:: bash - :name: example-litex-deps - - wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py - chmod +x litex_setup.py - ./litex_setup.py init - ./litex_setup.py install - wget https://static.dev.sifive.com/dev-tools/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/ - cd litex-boards/litex_boards/targets - ./digilent_arty.py --toolchain symbiflow --cpu-type vexriscv --build - cd - - To build the linux-litex-demo example, depending on your hardware, run: .. code-block:: bash