ppashakhanloo / simple-quartus-CPU

A simple CPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-quartus-CPU

This project implements a simple CPU with the following instruction set:

  • ADD
  • SUB
  • MUL
  • DIV
  • MOD
  • MAX
  • MIN
  • NOT
  • NAND
  • NOR
  • XNOR
  • SHL
  • SHRA
  • SHRL
  • ROL
  • ROR

Full details about instruction set can be found in 'instructions.png'

About

A simple CPU


Languages

Language:VHDL 87.0%Language:Verilog 7.7%Language:HTML 2.5%Language:C++ 1.9%Language:Assembly 0.8%