OpenCores

Project maintainers

Details

Name: tinycpu
Created: Apr 28, 2012
Updated: May 17, 2012
SVN Updated: May 29, 2012
SVN: Browse
Latest version: download (might take a bit to start...)
Statistics: View
Bugs: 1 reported / 0 solved
Star3you like it: star it!

Other project properties

Category:Processor
Language:VHDL
Development status:Alpha
Additional info:Specification done
WishBone compliant: No
WishBone version: n/a
License: BSD

Description

This is a tiny processor meant to be nice and simple. Here are a few of the technical goals of this processor:

1. 8-bit processor (8 bit registers and operations)
2. 16-bit address bus (capable through "segment registers" similar to the 8086
3. 1 instruction per clock cycle
4. Hopefully simple to understand code