From 64d2def0c6533ae2c817ad5e54b51ef19be375f1 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Fri, 10 Jun 2022 08:10:27 +1000 Subject: [PATCH] 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 --- fpu.vhdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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