-
Notifications
You must be signed in to change notification settings - Fork 9
A pipelined MIPS-Lite CPU implementation
jncraton/MIPS-Lite
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is my pipelined CPU implementation. The main entity is located in CPU.vhdl. It is divided into entities by stage. Each stage has its own entity and its own register to store the state. My implementation uses forwarding to handle data hazards. I created an assembler (asm.pl) which converts the assembly in code.asm to machine code and stores it in memory.dat. The current memory.dat file contains the machine code for the current code.asm file. My CPU contains a process which performs testing on the CPU. This is not currently active, but it can be activated by changing a false to a true. In order for this testing to succeed, the CPU needs to be running the code in memory.dat. This code is also available on github: http://github.com/jncraton/MIPS-Lite
About
A pipelined MIPS-Lite CPU implementation
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published