Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imihajlow/ccpu

A 8-bit computer made of 74xx series logic gates and memory ICs.
https://github.com/imihajlow/ccpu

8bit assembler compiler computer cpu electronics linker logic-gates vga-controller

Last synced: about 9 hours ago
JSON representation

A 8-bit computer made of 74xx series logic gates and memory ICs.

Awesome Lists containing this project

README

        

A 74xx discrete logic IC-based computer.

Folder structure:
* `doc` - documentation
* `model` - Verilog model and test benches
* `boards` - KiCAD designs of the computer
* `tools` - various tools: ALU generator, assembler, linker, compiler, simulator.
* `app` - software tests and applications