Skip to content

Commit

Permalink
[rtl] remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Apr 30, 2023
1 parent e3cfdad commit e90bfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/core/neorv32_cpu_cp_fpu.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ begin
-- Set the ctrl.cnt to 0 to force the resulting exponent to be 0
-- Do not change sreg.lower as that is already all 0s
-- Do not change sign as that should be the right sign from the add/sub
elsif (unsigned(mantissa_i(47 downto 0)) = 0) then
elsif (unsigned(mantissa_i(47 downto 0)) = 0) then
ctrl.cnt <= (others => '0');
ctrl.state <= S_FINALIZE;
else
Expand Down

0 comments on commit e90bfc9

Please sign in to comment.