Altera_Forum
Honored Contributor
14 years agolpm_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