Altera_Forum
Honored Contributor
17 years agoVHDL: How to add a Description to the Symbol Properties box of the generated symbol?
Hi,
When generating a symbol using a generic like below:entity Attenuation is
generic (
PIXEL_CNT_WIDTH : integer := 11;-- default value
LINE_CNT_WIDTH : integer := 10 -- default value
);
port (
clock : in std_logic;
resetn : in std_logic; We can set the generic values using the Symbol Properties dialog box. In this box we have access to a Description field for each generic parameter. Does anybody know how to enter some text in these fields directly from the VHDL used to generate the symbol? Thanks in advance for your help.