EICMC Processor

Extented

ICMC

Computing

MaChine

pt-br

This is an attempt at an updated version of building a microprocessor following a similar architecture as the Processador-ICMC.

This project aims to:

  • extend the original architecture;
  • use non editor specific HDL;
  • add testbenches for most of the complex components (probably using the ModelSim simulation tools, but the testbench code will be in VHDL)
  • add schematics for each component (atleast for the microprocessor)
  • create a VHDL package for the microprocessor;
  • create/recreate hardware components like:
  • create non FPGA specific macro components (microprocessor, video card, serial interface, ...) that can then be choosen to be added on the top-level entity.

Currently Implemented

Nothing ;)