From: Anton Blanchard Date: Thu, 9 Jun 2022 22:10:27 +0000 (+1000) Subject: fpu: Fix capitalisation of Execute1ToFPUType X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64d2def0c6533ae2c817ad5e54b51ef19be375f1;p=microwatt.git fpu: Fix capitalisation of Execute1ToFPUType 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 --- diff --git a/fpu.vhdl b/fpu.vhdl index cb71a4c..3552ebd 100644 --- 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