Comparative Analysis of the Multipliers
Till now we have seen classification as well as some examples of multipliers like Braun, Booth, Wallace Tree and Dadda Multiplier. This article will present a comparative analysis of the multipliers. The comparison will be between the the two types of multipliers i.e. Array and Tree. Each one has its own merits and demerits. We will be diving in the details.         Parameter          Array Multiplier          Tree Multiplier              Operation Speed          Low Speed             High Speed                Time   Delay             More Delay             Most Delay                Area             More Area (More Adders)             Medium Area                Complexity             Less Complex             More Complex                Power   Consumption             Very High             High                                Table 1: Analysis of different types of multipliers         Design Summary          Array Multi...