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.

8 Bit by 16 Bit Multiplier (Verilog)

Status
Not open for further replies.

heart

Newbie level 3
Joined
Jan 7, 2012
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,308
Hi Everyone,

Can someone please help me on how to design a 8 by 16 Bit multiplier? Is it even possible? Thank you very much its very urgent for my project! Please help.
Should I convert the 16 bit input to 8 bit first using a multiplexer and then perform bit multiplication?
I would deeply appreciate your help.

Thank you
 
Last edited:

c <= a*b;

if you're using Altera or Xilinx FPGA's, they both support this. you just need to make sure c has enough bits (eg 24b).
 

No but this way is not going to be implementable in Spartan 3E FPGA.
 


Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top