git.joshuawise.com
/
firearm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
3a57f3e
)
elanus
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sun, 28 Dec 2008 08:24:25 +0000
(
03:24
-0500)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sun, 28 Dec 2008 08:24:25 +0000
(
03:24
-0500)
Execute.v
patch
|
blob
|
blame
|
history
diff --git
a/Execute.v
b/Execute.v
index
64999fa
..
5ba0a9a
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 [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 outstall = 0,
- output reg outbubble = 1
,
+ output reg outbubble = 1
);
);
-
-
endmodule
endmodule
This page took
0.018971 seconds
and
4
git commands to generate.