fpu: Fix capitalisation of Execute1ToFPUType
authorAnton Blanchard <anton@linux.ibm.com>
Thu, 9 Jun 2022 22:10:27 +0000 (08:10 +1000)
committerAnton 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

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  Execute1toFPUType;
+        e_in  : in  Execute1ToFPUType;
         e_out : out FPUToExecute1Type;
 
         w_out : out FPUToWritebackType