Skip to content

An open source simplified pipelined MIPS processor in VHDL.

Notifications You must be signed in to change notification settings

emmanuellujan/VHDL-Pipelined-MIPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Pipeline MIPS:

The objective of this work was to implement a simplified pipelined MIPS processor in VHDL.

Characteristics:

* The processor is able to perform one instruction per clock cycle in the ideal case (without risks).

* No risks are supported, except the structural access to separate memories of instructions and data.

* Only the following instructions are supported: add, sub, and, or, lw, sw, slt, lui and beq (beq instruction, which implies control risks, works "abnormally").

* All registers are reset asynchronously and work by rising edge of the clock.

About

An open source simplified pipelined MIPS processor in VHDL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages