| AR# | 21913 |
| Part | SW-Project Navigator |
| Last Modified | 2009-04-25 00:00:00.0 |
| Status | Active |
| Keywords | Projnav, ProjNavigator, ProjectNav, GUI, ISE, underscore |
Keywords: Projnav, ProjNavigator, ProjectNav, GUI, ISE, underscore
Project Navigator does not support using a dash in the entity name.
Example
entity my-component is
Port ( RST : in std_logic;
myout : out std_logic;
CLK : in std_logic);
end my-component;
An entity with a dash in the name is not included in the project.