dlindley

David Lindley • Joined 10 months ago

Projects

6 Projects
dlindley/DEV_TO_TEST_OF_SRAM
Replica of the long abandoned and forgotten S2650 8-bit architecture. Only implements a subset of the original processor’s feature set.
dlindley/DL_DEV_CUP_test
Attempt to try a design
dlindley/DL_KWS
This is a clone of Multi-Project-with-Z80. I am going to try to push this on up to 2409.
dlindley/DL_openframe_test
Two stage CMOS OpAmp
dlindley/DL_specere_DEV_TO
Systolic Array is a classical architecture that is recently revitalized among Neural Network accelerator designs. It is the heart of Google's TPUs and major workhorses of DSP engines. In this project, we manually build a 3x3 matrix multiplier with Multiply-Accumulate Units that support two popular data formats used in modern machine learning or neural networks applications. FP16 and int8 modes are runtime configurable through the Caravel SoC core. The design is focusing on clean coding for ease of understanding and proper modulation for future extension. Huge shoutout and appreciation to Steve @https://aurifexlabs.com/ for his invaluable assistance with Caravel