Difference between revisions of "Simple SoC"
From Hackerspace.gr
Line 32: | Line 32: | ||
* Discuss and improve specs a bit | * Discuss and improve specs a bit | ||
* Update documentation and C# ref. implementation | * Update documentation and C# ref. implementation | ||
− | * forked from [[ | + | * forked from [[Programmable Logic Lessons]] to [[Simple SoC]] |
== Resources == | == Resources == | ||
− | * The material from [[ | + | * The material from [[Programmable Logic Lessons]] |
** Direct links, [https://github.com/pld-lessons/slides slides], [https://github.com/pld-lessons/vga_out vga_out verilog example], [https://github.com/pld-lessons/simple_cpu a simple cpu in C] | ** Direct links, [https://github.com/pld-lessons/slides slides], [https://github.com/pld-lessons/vga_out vga_out verilog example], [https://github.com/pld-lessons/simple_cpu a simple cpu in C] | ||
* Your favorite search engine | * Your favorite search engine |
Revision as of 13:30, 3 October 2013
Contents
Description
A very basic, custom SoC softcore
Primary git repo: on github
Specs/Design: on github as well
We'll merely keep a meetup log and notes here, important stuff will be stored in One Single Repo (tm), next to the code :)
Meetups
Upcoming
2013/10/09 - Howdy Simulator, for real
Log
2013/10/02 - Howdy Simulator
- Implemented ram
- Added delays for ram
2013/09/25 - Verilog at last
- Spec now has vsync
- Reviewed sdlcore code
- Hacked together some very basic Verilog
2013/09/18 - Let there be code
- Debugged & Finished sdlcore implementation
2013/09/11 - September reunion
- Discuss and improve specs a bit
- Update documentation and C# ref. implementation
- forked from Programmable Logic Lessons to Simple SoC
Resources
- The material from Programmable Logic Lessons
- Direct links, slides, vga_out verilog example, a simple cpu in C
- Your favorite search engine