Thanks to visit codestin.com
Credit goes to github.com

Skip to content
gitmjreilly edited this page Jun 21, 2020 · 4 revisions

The albert_cpu is a cpu and computer system implemented in VHDL on a Digilent Basys 3 fpga board.

The CPU has the following characteristics

  1. 16 bit 64K address space
  2. 16 bit words - system is NOT byte addressable
  3. Stack oriented instruction set - no explicit registers
  4. Supports a single interrupt
  5. Microcode architecture

Serial Port Details can be found here. Serial Port Details

Clone this wiki locally