The application discloses a kind of parallelization multiplication operation methods of
floating point number based on FPGA, comprising the following steps: based on the representation under IEEE754 different precision, design a kind of low-precision storage mode that can be blocked, including the design of exponent block and floating block;Then design arbitrary variable bit floating block fixed-point addition, variable bit floating block fixed-point multiplication is realized by the way of multiplication
pool;Then using FPGA, the multiplication calculation result between the
sign bit and the exponent bit of the multiplicand and the multiplier is obtained by
exclusive or operation and fixed-point addition, the multiplication calculation result of the
significand bit of the multiplicand and the multiplier is obtained by fixed-point multiplication;Finally, the obtained multiplication calculation result is normalized.The application can be effectively applied in memory computing, with the increase of the number of blocks, the data calculation
delay can be significantly reduced, and the
variable precision can improve the flexibility of calculation.