Code Monkey home page Code Monkey logo

bizzascpu's Introduction

Bizzas CPU

Direct decode instructions (Not microcode)

Main blocks:

		16-bit Address bus for 64Kb usable address space
		 8-bit Data bus
		 8-bit ALU

		Four general purpose registers: A, B, C, D
		Special registers: IR (instruction register (inaccessible)), PC (program counter),
			E (memory page pointer) and MR (memory address register)
		Flags: Carry, Zero, Sign

Wishful thinking future blocks:

		Ability to freeze execution at any time to accomodate external wait states
		Stack (unlikely)
		Interrupts
		Instruction/Data cache

Another possibility would be to make the RAM dual port to run two BizzaCPU cores at the same time.

Name

BizzasCPU comes from an old webpage of mine where I had posted some concept Linux programs, called "Bizarre Sources". Now this CPU design isnt meant to be hyper-useful, but rather educational and an experiment in simplicity and efficiency.

Hobbyist CPU design

Design started in Quartus II, the first two revisions were entirely block diagram based, but that made development very slow and complex. Revision 3 started over with VHDL to make design and implementation easier/faster.

Goals

To develop a fully functional, easily programmable CPU while minimizing resource usage (FPGA Logic Elements or other applicable units).

2021-06-04: Tested running small program successfully on a Terasic DE10-Nano.


License: GPL v2

Project initiated by:

Alan Londa (Not real name), a.k.a. joonicks in April 2018

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.