AR #21913 - ISE - Project Navigator does not include entity in project hierarchy if the entity name contains a dash

Search Answers Database


 

ISE - Project Navigator does not include entity in project hierarchy if the entity name contains a dash

AR# 21913
Part SW-Project Navigator
Last Modified 2009-04-25 00:00:00.0
Status Active
Keywords Projnav, ProjNavigator, ProjectNav, GUI, ISE, underscore

Description

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.

Solution

Project Navigator does not support dashes in an entity name because the dash might be used as a hierarchy separator. You should remove all dashes from the entity name. The most common way to resolve this issue is to use an underscore in place of the dash.
 
 
/csi/footer.htm