Last active
December 15, 2015 22:29
-
-
Save eggie5/5332990 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| input clk, reset, | |
| input [5:0] Opcode, Funct, | |
| input zero, | |
| output reg MemToReg, | |
| output reg RegDst, | |
| output reg IorD, | |
| output reg PCSrc, | |
| output reg ALUSrcA, | |
| output reg [1:0] ALUSrcB, | |
| output reg IRWrite, | |
| output reg MemWrite, | |
| output reg PCWrite, | |
| output reg Branch, | |
| output reg RegWrite, | |
| output reg [2:0] ALUControl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment