This document describes the design of an IEEE 754 single precision floating point multiplier. It discusses how floating point numbers are represented in binary format according to the IEEE 754 standard. The designed multiplier handles overflow and underflow cases and implements floating point multiplication by multiplying significands, adding exponents, determining the sign, and normalizing the result. Simulation results show the multiplier works as intended according to the IEEE 754 standard.