Altera_Forum
Honored Contributor
11 years agoFind parameter names on an an entity
Hi,
can someone please tell me how to find the (internal?) parameter names that Quartus uses? For example, when I was looking for help with creating clocks for TimeQuest for an LPM_Counter, I was pointed to things like : {lpm_counter0:Clock_Divider|lpm_counter:LPM_COUNTER_component|dffs[4]} as the clock target Where lpm_counter0 is a custom LPM counter type Clock_Divider is the instance name And dff[4] is the port that I want to write the counter to. However, I don't know how I could have found this for myself. The LPM_Counter has ports name CLK and q[0..x], it turns out that dffs[4] is equivalent to q[4], but how would I know that? Where is dffs[] defined? My specific problem at the moment is that I have an input pin that is used in a small piece of custom VHDL. The output from the VHDL block is used as the clock input for a 74273 function block TimeQuest identifies the input pin name as a clock signal that I need to create a clock for. So, I assume that I need to create a clock for the CLK port of the 74273 Using the Counter example, I guess that I need something like the Block type (74273?) : Instance Name | [some attribute name][some index name]? Is there a Quartus manual or help file that tells me how I can find parameter names on blocks that are different to those shown on the parameters/pins display? regards Dave