Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by virat_gupta

  1. V

    [SOLVED] Radix 4 booth multiplier using 3:2 CSA

    hello, i have been trying to design radix-4 booth multiplier using 3:2 CSA, here is the code but im getting wrong results.. can anyone help me what's wrong in this code module booth_algorithm (x, y, p); parameter width=16; parameter N = width/2; input[width-1:0]x, y; output[2*width-1:0]p; reg...

Part and Inventory Search

Back
Top