]> Joshua Wise's Git repositories - firearm.git/commitdiff
elanus
authorJoshua Wise <joshua@rebirth.joshuawise.com>
Sun, 28 Dec 2008 08:24:25 +0000 (03:24 -0500)
committerJoshua Wise <joshua@rebirth.joshuawise.com>
Sun, 28 Dec 2008 08:24:25 +0000 (03:24 -0500)
Execute.v

index 64999fa9086c747b0bb17530e8f1b122a3498244..5ba0a9a96aea7101a701cc0496893581f9c8e4a1 100644 (file)
--- a/Execute.v
+++ b/Execute.v
@@ -9,15 +9,13 @@ module Execute(
        input [31:0] pc,
        input [31:0] insn,
        input [31:0] cpsr,
-       input reg [31:0] op0,
-       input reg [31:0] op1,
-       input reg [31:0] op2,
-       input reg carry,
+       input [31:0] op0,
+       input [31:0] op1,
+       input [31:0] op2,
+       input carry,
        
        output reg outstall = 0,
-       output reg outbubble = 1,
+       output reg outbubble = 1
        );
-
-       
        
 endmodule
This page took 0.024782 seconds and 4 git commands to generate.