RakshithSuresh2001/Systolic-Array
Built an 8×8 systolic array in SystemVerilog which is the architecture behind Google's TPU. The idea is simple but the implementation is interesting: instead of repeatedly fetching weights from memory, you load them once into 64 Processing Elements and let activations flow through.
GitHub repository with 7 stars and 0 forks.
Language: SystemVerilog