ECN-252 Lab 6 - Lakshya Taragi (19111022 - O6) : Part 1: Implement The Bough-Wooley Multiplier Circuit
ECN-252 Lab 6 - Lakshya Taragi (19111022 - O6) : Part 1: Implement The Bough-Wooley Multiplier Circuit
ECN-252 Lab 6 - Lakshya Taragi (19111022 - O6) : Part 1: Implement The Bough-Wooley Multiplier Circuit
Circuit:
Modified multiplier circuit from lab-5 (includes custom subcircuit components
for full-adder and half-adder).
LTspice Symbols:
*Custom subcircuits don’t render in respective schematic (higher) files because of changed paths
Output Simulation:
Verification:
Output = Z7Z6Z5Z4Z3Z2Z1Z0 = 11111001= -7 Verified
Sample numbers:
A=8, B=4
In binary system:
A=(1000)2, B=(0100)2
A > B Expected result
Output Simulation:
Verification:
Output = a_more_than_b = 1, other two = 0 Verified
NO, this scheme does not work for signed integers (2’s complement
form): it is a magnitude comparator circuit and does not consider
MSB (A3 and B3) as sign bits.