Browse Source

Merge pull request #367 from antonblanchard/fpu-typo

fpu: Fix capitalisation of Execute1ToFPUType
divider-init
Anton Blanchard 10 months ago committed by GitHub
parent
commit
b7c4d3c5c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      fpu.vhdl

2
fpu.vhdl

@ -16,7 +16,7 @@ entity fpu is @@ -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

Loading…
Cancel
Save