Need to make a module that communicates with the SRAM chip: Datasheet. The goal of the SRAM controller is to
Arbiter the data exchange needed to read in and read out model data. This is needed so that model data can be read from the SD card into the MCU and then stored for future use by the render pipeline.
Implement the necessary protocol for reading and writing data to the SRAM
Store and read addresses of store meshes through a separate Model Address Lookup Table
Read and write header data for the size of the different model data, and read out the required model data into a geometry buffer
Need to make a module that communicates with the SRAM chip: Datasheet. The goal of the SRAM controller is to