-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jaron Patena
authored
Jun 28, 2016
1 parent
4df2739
commit 60dca7f
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
##MIPS pipeline datapath for CSE 401 Computer Architecture | ||
|
||
A program written in Verilog that simulates the MIPS architecture. The original source code was incomplete and was modified extensively to work. The missing modules and written code was completed using the diagrams outlined in the lab manual. The program executes the assembly language instruction written in binary code contained in a text file and outputs the result. | ||
A program written in Verilog that simulates the MIPS architecture. The original source code was incomplete and was modified extensively to work. The missing modules and written code was completed using the design/diagrams outlined in the lab manual. The program executes the assembly language instruction written in binary code contained in a text file and outputs the result. | ||
The instruction is located in /etc/RISC.txt that adds the numbers (1+2)+3+6+0=12. | ||
|
||
Timing diagram: | ||
![Alt text](http://img.photobucket.com/albums/v35/seiji_keisuke/git/timing_diagram_zps8nrnbrze.png "Screenshot in Xilinx ISE Design Suite") | ||
|
||
[Lab Manual](http://www.cse.csusb.edu/egomez/cs401/manual/Georgiou-verilog.pdf) |