OpenCores

Project maintainers

Details

Name: microriscii
Created: Mar 20, 2002
Updated: Apr 1, 2002
SVN Updated: May 6, 2009
SVN: Browse
Latest version: download (might take a bit to start...)
Statistics: View
Bugs: 0 reported / 0 solved
Star1you like it: star it!

Other project properties

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

Description

32 Bit RISC Processor, 5 Stage Pipeline. Developed for embedded control of devices. Optimized for the Xilinx SpartanII and Virtex line of FPGA's. Later optimizations will be made for Actel ProASIC(+) FPGA's. Uses the Harvard architecture for memory. It contains one interupt vector with a cause register.

The 5 Stages:
- Fetch
- Decode/Register/Uncoditional Branch
- Execute(ALU/Compare/etc.)
- Memory/Conditional Branch
- Write Back

Unique Instructions:
- Population Count(Ones,Zeros,Bit Changes)
- Random Number Generator

Status

SVN Contains: AU, LU, Compare Unit, Register File, IF, EX, WB Stages

The top level file's really the only thing left. I'm expanding and optimizing many modules and I won't upload them until I am more satisfied with how they function. Also, I may add a few features. I am considering makeing an optional 16 bit ISA.

Completed:
- AU (Arithmetic Unit) - Missing random number generator
- LU (Logic Unit)
- Compare Unit
- Register File
- Special Instruction Unit(Interupts, Cause Register,Load Low,High)
- Instruction Fetch Stage
- Execution Stage
- Memory Access Stage
- Write Back Stage
Almost Completed:
- Decoder
- Decode/Register Access Stage
TODO:
- Top Level File