The document describes the design and implementation of a high-speed, area-efficient double precision floating point arithmetic unit. It includes modules for addition, subtraction, multiplication, and division. The unit operates on 64-bit operands adhering to the IEEE 754 double precision format. It was designed using Verilog, simulated using Questa Sim, and implemented on a Xilinx Vertex-5 FPGA. Synthesis results showed it utilized 16% slice registers and 22% LUTs, operating at a maximum frequency of 262.006MHz. Simulation showed addition and subtraction took 57.3ns while multiplication took 57.3ns and division took 259.76ns to complete.