This project is a TPU generator. Both MAC bit width and systolic array size are parametrized.
- Make sure you have sbt installed.
- From the main directory, run
sbt test. This will run all tests.
- Parametrized TPU and TPU model are functional and pass tests.
- TPU has parameters for and handles convolution and sparsity.
- Integrate more of the model into testing with TPU. Model convolution and sparsity.
- Tiling to allow matrices larger than the systolic array.