Peter McGoron
223d2f98c6
CSR scans run *before* do_finalize() is called. This is a silent failure: The signals get generated but the CSR is not in the csr.json file or the generated verilog. pre_finalize() is a function that must be called when all masters are added to the module. This will generate the CSR before finalization, (hopefully) ensuring that the CSR is added to the CSR bus. I need to figure out a way to excise manual use of the CSR bus from the design. Future options may include having a PreemptiveInterface control module sitting in front of the PreemptiveInterfaces that exposes the control lines as a Wishbone register. |
||
---|---|---|
boot | ||
build | ||
buildroot | ||
client | ||
doc | ||
gateware | ||
linux | ||
opensbi/litex/vexriscv | ||
swic | ||
.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/spi: SPI code (from another repo)
- linux: Software that runs on the controller.
- opensbi: OpenSBI configuration files and source fragments.
- swic: Code that runs on the PicoRV32 soft core.