This folder contains minitest for two LiteX configurations for the ZCU104 platform. It is divided into two directories that differ in the SoC configuration.
Vexriscv
CPU in Full
configuration.Linux
configuration of the Vexriscv
CPU.Each variant currently supports only Vivado only flow. In order to run one of them go into src
subdirectory ie. zephyr/zcu104/src/
and run make
. Once the bitstream is generated it can be loaded to the board, we should see the LiteX BIOS prompt on the serial port.
The following repositories were used to generate the HDL code.
To generate zephyr
variant the following command was ran from the litex-boards
directory: ./targets/zcu104.py --integrated-main-ram-size=131072 --cpu-type vexriscv --cpu-variant full
.
linux
variant was generated by first entering linux-on-litex-vexriscv
directory and then executing ./make.py --board zcu104 --build
command.