This document summarizes the delay and area analysis of a regular 16-bit square root carry select adder (SQRT CSLA) architecture and a proposed modified architecture. The regular design contains five groups of ripple carry adders of different sizes. The delay and area of each group is evaluated based on the delays of basic blocks like full adders and multiplexers. The proposed design aims to reduce area and power by replacing one ripple carry adder in each group with a binary to excess-1 converter, which requires fewer logic gates. Implementation results show the proposed design has lower area and power with a slight increase in delay compared to the regular SQRT CSLA architecture.