Skip to content

Commit

Permalink
Added screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaron Patena authored Jun 28, 2016
1 parent 4df2739 commit 60dca7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
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)

0 comments on commit 60dca7f

Please sign in to comment.