This document compares the design and implementation of 32-bit unsigned integer multipliers using carry look-ahead adders (CLAA) and carry select adders (CSLA). It finds that a CSLA-based multiplier has 31% less area than a CLAA-based multiplier, while both achieve nearly the same delay time of 99ns. VHDL models are developed and simulated for both multipliers. Analysis shows the CSLA design has better area efficiency with comparable speed performance.