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:
314dac2
)
really fix execute
author
Christopher Lu
<lu@stop.hsd1.pa.comcast.net>
Mon, 5 Jan 2009 07:42:50 +0000
(
02:42
-0500)
committer
Christopher Lu
<lu@stop.hsd1.pa.comcast.net>
Mon, 5 Jan 2009 07:42:50 +0000
(
02:42
-0500)
Execute.v
patch
|
blob
|
blame
|
history
diff --git
a/Execute.v
b/Execute.v
index
34c62af
..
d93a7ee
100644
(file)
--- a/
Execute.v
+++ b/
Execute.v
@@
-20,7
+20,7
@@
module Execute(
output reg write_reg = 1'bx,
output reg [3:0] write_num = 4'bxxxx,
output reg [31:0] write_data = 32'hxxxxxxxx,
- output reg [31:0] outpc
+ output reg [31:0] outpc
,
output reg outflush
);
This page took
0.020503 seconds
and
4
git commands to generate.