kissmoh
Junior Member level 1
- Joined
- Jan 17, 2013
- Messages
- 16
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,443
is there any recommendable way for normalization in verilog?
i want to normalize the 4 input data
the divisor is the sum of the 4 input
and the dividend is each input
im using core generator for normalization using LUT based divisor
if i do it with 16 bits width of input data, it consumes about 5000 registers and requires about 16 clocks,,,, it looks not good...
is there any recommandable technique for normalization(or division)? such as converting it to multiplication...
the divisor can not be a constant or multiple of 2. variable.
i want to normalize the 4 input data
the divisor is the sum of the 4 input
and the dividend is each input
im using core generator for normalization using LUT based divisor
if i do it with 16 bits width of input data, it consumes about 5000 registers and requires about 16 clocks,,,, it looks not good...
is there any recommandable technique for normalization(or division)? such as converting it to multiplication...
the divisor can not be a constant or multiple of 2. variable.