Update README.md

This commit is contained in:
Yehowshua 2025-04-29 03:37:56 +00:00
parent a02983509e
commit 02cf934c4f

View file

@ -7,7 +7,7 @@ Welcome to **GPUResearch**, a project by The Joy of Hardware, Inc., dedicated to
Initially, this repository serves as a knowledge base for documenting the lessons, challenges, and insights we uncover while learning how to design a GPU. We aim to create a valuable resource for others interested in GPU architecture, whether for educational, research, or commercial purposes. Over time, we will transition to modeling GPU IP in Clash Haskell and finally implement a synthesizable design in Bluespec.
### Project Phases
1. **C-Based GPU Model (Knowledge Capture)**: A software model in C, driven by PortableGL, to explore GPU architecture and document design insights.
1. **C-Based GPU Model (Knowledge Capture)**: A hardware model in C, driven by PortableGL, to explore GPU architecture and document design insights.
2. **Clash Haskell Model**: A functional simulation in Clash Haskell for verification and refinement of the GPU design.
3. **Bluespec Haskell Model**: A synthesizable hardware design in Bluespec Haskell, targeting FPGA implementation and eventual commercial IP.