This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
gc-arch /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Mar 28 08:22:32 -0700 2009 | |
| |
README.markdown | Sat Mar 28 08:43:11 -0700 2009 | |
| |
Rakefile | Sat Mar 28 03:36:54 -0700 2009 | |
| |
docs/ | Fri Apr 10 11:55:41 -0700 2009 | |
| |
hardware/ | Fri Apr 10 11:55:41 -0700 2009 |
README.markdown
GC-Arch (GeekCoalition Architecture)
This project is to design a computer architecture from discrete NAND logic up to a fully operating computing architecture.
Why?
Because designing an entire computing architecture from scratch is fun and edumacational! It gives us an opportunity, among other things, to learn, practice and use:
- Verilog / Hardware synthesis
- FPGA usage (when we get to the actual real world build)
- Advanced digital logic concepts
- Writing and building emulators
Also, how many people can say they've designed an entire computing architecture from scratch? Just watch the ladies flock in when you start throwing that one around at parties!
Tools being used
- Hardware will initially be developed in software using Verilog using Icarus Verilog as a simulator.
- Tasks for automating compilation and everything else are all done using Rake/Ruby.







