Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~63 People Reached
Favorite Forums
Member Avatar for 99999999999

this is my code for 16 - bit multiplier with booth algorithm .what is the problem ?? module booth (prod , busy , mc , mp ,clk ); output [15:0] prod ; input [7:0] mc , mp ; input clk ; reg [7:0] A , Q , M ; reg …

0
63