Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

lpm_hint

Hi all!

Many of Altera's 'Library Parametrizable Modules' (LPMs) have a 'lpm_hint' generic.

This parameter is a string that is parsed, and can contain an arbitrary long list of parameter/value associations.

Example:

inst_1: lpm_mult                                                              
generic map
(
    lpm_hint => "USE_EAB= ON, INPUT_A_IS_CONSTANT= YES"),

Some of this parameter are explained in some documentations, but not all of them.

Even for some LPMs no doc is available at all (e.g.: no mention to 'lpm_hint' in Altera's "Internal Memory (RAM and ROM) User Guide"...

Where can I find info about that?

Thx

Julien

12 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Why not just do the code, and give them the results. They never need to know :)

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Also remind them that Infered code is more portable (but you still have to be careful. Registers in Altera and Xilinx rams are placed slightly differently.