S
snehashis
Guest
Dear Friends,
I am stuck with a problem.I want to design a fast multiplier(8bit x
8bit).I designed a wallace tree multiplier(fully combinational) with
adders as logarithmic and have taken into consideration some other area
optimization techniques.Yet my module shows both area and maxm
combinational block delay constraint almost 1.5 times the default one.
input [7:0]a,b;
output [15:0]c;
assign c=a*b;
Can anybody plz tell me what is the reason behind this problem?I am using
xilinx environment.
snehashis
I am stuck with a problem.I want to design a fast multiplier(8bit x
8bit).I designed a wallace tree multiplier(fully combinational) with
adders as logarithmic and have taken into consideration some other area
optimization techniques.Yet my module shows both area and maxm
combinational block delay constraint almost 1.5 times the default one.
input [7:0]a,b;
output [15:0]c;
assign c=a*b;
Can anybody plz tell me what is the reason behind this problem?I am using
xilinx environment.
snehashis