Skip to content

Instantly share code, notes, and snippets.

@eggie5
Last active December 15, 2015 22:29
Show Gist options
  • Select an option

  • Save eggie5/5332990 to your computer and use it in GitHub Desktop.

Select an option

Save eggie5/5332990 to your computer and use it in GitHub Desktop.
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