Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to define fine grain mult. in vhdl?? :(

Status
Not open for further replies.

vhdlnewbie

Programmer
Oct 28, 2003
1
CA
hello all

i am trying to write fine grain multiplication in vhdl.i am using the predefined
multiplication and addition units defined in the Quartus software. There should be eight
multiplication modules in the first level from top, four addition modules in second level, 2
addition modules in third level, and one addition module in the fourth level. The multiplier units
should receive two 1 bit inputs and result a 2 bit output. The adder units should receive two 2 bits
inputs and result in a two bit output. No carry-in carry-out or overflow should be considered for
simplicity.Memory unit uses 2 D flip flops.

Help will be very much appreciated.
THanks
Sunny
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top