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

prevent auto-inferrence of specific mult-accum?

Altera_Forum
Honored Contributor II
1,516 Views

Hi - does anyone know how to keep Quartus from inferring a mult-accum? I know you can turn it off for the entire design, and I know you can turn it off for a MULT with the multstyle parameter. But I can't seem to keep it from using a hard DSP block for a mult-accum it inferred from logic. 

 

Thanks! 

/j
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
738 Views

Multstyle synthesis attributes can be also used on design entities (an architecture). In so far you have a means to control DSP inference for part of your design. There may be also indirect ways by "keeping" specific design nodes. 

 

What's the actual problem behind your question?
0 Kudos
Altera_Forum
Honored Contributor II
738 Views

The actual problem is that I need to prevent auto-inferrence of a specific mult-accum. Found the answer here... 

 

 

http://quartushelp.altera.com/11.1/mergedprojects/hdl/vhdl/vhdl_file_dir_attribute.htm
0 Kudos
Reply