Lines Matching full:litex
3 LiteX VexRiscv
6 LiteX VexRiscv is an example of a system on a chip (SoC) that consists of
9 `Zephyr on LiteX VexRiscv (reference platform)
10 <https://github.com/litex-hub/zephyr-on-litex-vexriscv>`_
11 or `LiteX SoC Builder <https://github.com/enjoy-digital/litex>`_
18 LiteX VexRiscv SoC implementation generated for the
25 :alt: LiteX VexRiscv on Digilent Arty 35T Board
27 LiteX is based on
33 More information about the LiteX project can be found on
34 `LiteX's website <https://github.com/enjoy-digital/litex>`_.
49 `Zephyr on LiteX VexRiscv <https://github.com/litex-hub/zephyr-on-litex-vexriscv>`_
50 reference platform. You can also use the official LiteX SoC Builder.
55 Zephyr on LiteX VexRiscv
66 git clone https://github.com/litex-hub/zephyr-on-litex-vexriscv.git
67 cd zephyr-on-litex-vexriscv
84 #. Add LiteX to path:
118 Official LiteX SoC builder
120 …also generate the bitstream using the `official LiteX repository <https://github.com/enjoy-digital…
123 1. Install Migen/LiteX and the LiteX's cores:
127 wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py
142 … ./litex-boards/litex_boards/targets/digilent_arty.py --build --timer-uptime --csr-json csr.json
148 … ./litex/litex/tools/litex_json2dts_zephyr.py --dts overlay.dts --config overlay.config csr.json
161 If you were generating bitstream with the official LiteX SoC builder you need to pass an additional…