update README.md

This commit is contained in:
Peter McGoron 2024-02-04 17:00:35 +00:00
parent 2f92199c37
commit d06e0a8589
1 changed files with 11 additions and 11 deletions

View File

@ -9,16 +9,16 @@ Read [doc/docker.md](doc/docker.md) to set up the Docker build environment.
## Project Organization ## Project Organization
* `boot/`: This folder is the central place for all built files. This * [boot](boot/): This folder is the central place for all built files. This
includes the kernel image, rootfs, gateware, etc. This directory also includes the kernel image, rootfs, gateware, etc. This directory also
includes everything the TFTP server has to access. includes everything the TFTP server has to access.
* `build/`: Docker build environment. * [build](build/): Docker build environment.
* `buildroot/`: Buildroot configuration files. * [buildroot](buildroot/): Buildroot configuration files.
* `doc/`: Documentation. * [doc](doc/): Documentation.
* `doc/copying`: Licenses. * [doc/copying](doc/copying/): Licenses.
* `gateware/`: FPGA source. * [gateware](gateware/): FPGA source.
* `gateware/rtl`: Verilog sources. * [gateware/rtl](gateware/rtl/): Verilog sources.
* `gateware/rtl/control_loop`: Control loop code. * [gateware/rtl/spi](gateware/rtl/spi/): SPI code (from another repo)
* `gateware/rtl/spi`: SPI code. * [linux](linux/): Software that runs on the controller.
* `linux/`: Software that runs on the controller. * [opensbi](opensbi/): OpenSBI configuration files and source fragments.
* `opensbi/`: OpenSBI configuration files and source fragments. * [swic](swic/): Code that runs on the PicoRV32 soft core.