OpenCores

Details

Name: rise
Created: Dec 6, 2006
Updated: Jan 26, 2007
SVN Updated: Feb 9, 2010
SVN: Browse
Latest version: download (might take a bit to start...)
Statistics: View
Bugs: 0 reported / 0 solved
Star0you like it: star it!

Other project properties

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

Description

RISE (Rarest Instruction Set Ever) is a pipelined 16-bit RISC processor with a simple instruction set. One outstanding feature of the instruction set is that all instructions are conditional, i.e. the execution of a instruction may depend on flags in the status register. The processor is equipped with 16 registers: 12 general purpose registers and 4 registers that have are reserved for specific functions (e.g. program counter). The HDL used for this project is VHDL. For further information on the instruction set architecture have a look at this page:

http://en.wikiversity.org/wiki/Computer_Architecture_Lab/Winter2006/LechnerWalterStadlerTrinklWorkplace

Features

- 16-bit RISC CPU
- 16 registers
- Leightweight but powerful ISA
- Conditional instructions
- Pipelined: 5 stages

Status

- Beginning of development phase