|
MicroRISC II: Overview
| Details Name: microriscii Created: 20-Mar-2002 23:35:18 Updated: 01-Apr-2002 18:33:52 CVS: browse Other project properties Category :: Microprocessor Development status :: Alpha
| |
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
CVS Contains: AU, LU, Compare Unit, Register File, IF, EX, WB Stages CVS: http://www.opencores.org/cvsweb.shtml/mriscii/ 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:
|
 |