Peter McGoron
9f76e03028
The previous code did not properly assign all values on all cases, and did not properly assign values (master interfaces, which are poorly named because they are the interfaces to the master, connect to the slave lines directly in the interconnect) |
||
---|---|---|
boot | ||
build | ||
buildroot | ||
client | ||
doc | ||
gateware | ||
linux | ||
opensbi/litex/vexriscv | ||
.gitignore | ||
README.md |
README.md
upsilon
Upsilon is a 100% free and open source STM/AFM controller for FPGAs running Linux. Read doc/copying/README.md for license information.
Quickstart
Read doc/docker.md to set up the Docker build environment.
Project Organization
boot/
: This folder is the central place for all built files. This includes the kernel image, rootfs, gateware, etc. This directory also includes everything the TFTP server has to access.build/
: Docker build environment.buildroot/
: Buildroot configuration files.doc/
: Documentation.doc/copying
: Licenses.gateware/
: FPGA source.gateware/rtl
: Verilog sources.gateware/rtl/control_loop
: Control loop code.gateware/rtl/spi
: SPI code.linux/
: Software that runs on the controller.opensbi/
: OpenSBI configuration files and source fragments.