projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8fc563
)
fpu: Fix capitalisation of Execute1ToFPUType
author
Anton Blanchard
<anton@linux.ibm.com>
Thu, 9 Jun 2022 22:10:27 +0000
(08:10 +1000)
committer
Anton Blanchard
<anton@ozlabs.org>
Thu, 9 Jun 2022 22:10:27 +0000
(08:10 +1000)
While this is not an issue in VHDL, I noticed this when running
a script over the source and we may as well fix it.
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
fpu.vhdl
patch
|
blob
|
history
diff --git
a/fpu.vhdl
b/fpu.vhdl
index cb71a4c24d1a78b08a54d03f9f59287c5d529c56..3552ebd522e452c1a3d3207a86da9e031db14c89 100644
(file)
--- a/
fpu.vhdl
+++ b/
fpu.vhdl
@@
-16,7
+16,7
@@
entity fpu is
clk : in std_ulogic;
rst : in std_ulogic;
- e_in : in Execute1
t
oFPUType;
+ e_in : in Execute1
T
oFPUType;
e_out : out FPUToExecute1Type;
w_out : out FPUToWritebackType