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.

[SOLVED] Help me to code Parallel MAC unit in verilog.

Status
Not open for further replies.

gstekboy

Member level 5
Joined
Oct 18, 2013
Messages
87
Helped
1
Reputation
2
Reaction score
1
Trophy points
8
Activity points
512
My parallel MAC unit design is given below.
Untitled.jpg

I have codes for accumulator , booth encoder..etc

Now problem is how to combine this in parallel? can anyone help.

ieee paper is attached below.

View attachment 05337888_2.pdf
 

you can combine your base module by using vhdl.
 

Now problem is how to combine this in parallel? can anyone help.

What do you mean by combine in parallel? Do you mean you want to implement the partial product summation as a parallel implementation? If so then expect the design to have a very low clock period. The design should be done as the block diagram shows and Fig3 Proposed arithmetic operations shows, using a pipeline registers between blocks and registering the the partial product summation accumulation.
 

you can write your code in any HDL language it does not matter in which language you implement it.
Yes ads-ee is right.To get appropriate clock frequency you must form a pipeline based on your design.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top