1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-04-03 12:03:15 +00:00

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 <anton@linux.ibm.com>
This commit is contained in:
Anton Blanchard
2022-06-10 08:10:27 +10:00
committed by Anton Blanchard
parent b8fc5636a4
commit 64d2def0c6

View File

@@ -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