shan14
Member level 3
- Joined
- Aug 18, 2014
- Messages
- 61
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 393
Hi
I am studying floating point adder unit In that I came across a algorithm In which there are six stages
In The first stage the significant has been padded with zeros like this
B <= "00" & SIG(23 downto 0) & "000";
A <= "00" & SIG(23 downto 0) & "000";
and this is sent to next stage where alignment is done
So what is the purpose of padding zeros ?? is it required to pad zeros for alignment purpose??
I am studying floating point adder unit In that I came across a algorithm In which there are six stages
In The first stage the significant has been padded with zeros like this
B <= "00" & SIG(23 downto 0) & "000";
A <= "00" & SIG(23 downto 0) & "000";
and this is sent to next stage where alignment is done
So what is the purpose of padding zeros ?? is it required to pad zeros for alignment purpose??