Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

Network traffic model

Altera_Forum
Honored Contributor II
1,070 Views

I need to design a network traffic (TCP) model with a line rate of 100Mbps. The parameters in the design requires many multiplications and divisions. I want to design in verilog but I am not very sure whether QuartusII will be able to synthesize my design (multiplication and division) or not. Can anybody give me some idea about it?

0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
356 Views

In the Quartus handbook, see Volume 1, Section II, Chapter 6 under "Inferring Multiplier and DSP Functions from HDL Code". 

 

If you need more control than you can get with inference from RTL or need something that can't be inferred, instantiate a megafunction. There is more than one megafunction for multiplication and at least one for division.
0 Kudos
Altera_Forum
Honored Contributor II
356 Views

Also see the "Advanced Synthesis Cookbook: A Design Guide for Stratix II and Stratix III Devices" available at http://www.altera.com/literature/lit-manual.jsp.

0 Kudos
Altera_Forum
Honored Contributor II
356 Views

Thank you!!

0 Kudos
Reply