Return to previous page Advance to next page
FPGA Editor Guide
Chapter 3: Using the FPGA Editor

Deleting Objects

Deleting an object permanently removes it from the current design. You can delete these objects.

Select the objects you want to delete, and then perform one of the following commands.

This section contains the following topics.

Deleting Components

When you delete a component, each net pin on the component is unrouted, each net pin is removed from its net, then the component is removed from the design database.

Note: Do not use the Unplace command to delete an object.

To delete components use these steps.

  1. Select the components to delete.

  2. Select the Delete command.

The components are eliminated from the database. You cannot delete a component that is part of an instantiated macro.

Deleting Nets

When you delete a net, all net pins on the net are unrouted, each net pin is removed from the design database, then the net itself is removed from the database.

To delete a net follow these steps.

  1. In the List window, display a list of net names.

  2. Select the nets to delete.

    If you are not sure of the name of a net you want to delete, select a pin, ratsnest line, or route on the desired net.

  3. Select the Delete command.

    The nets are eliminated from the database.

Deleting Net Pins

When you delete a signal pin, the pin is unrouted from the net to which it is attached, then the pin is removed from the net. A deleted pin no longer has any connection (logically or physically) to the net from which it was deleted.

To delete net pins follow these steps.

  1. Select the net pins to delete.

  2. Use the Delete command.

The net pins are removed from the nets to which they are attached and from the database.

Deleting Macros

Deleting a macro from the design is described in the “Deleting Macros from Your Design” section of the “Working with Physical Macros” chapter.

Deleting Paths

When you delete a path, you remove the Define Path constraint that defines the path. You also remove all constraints that directly depend on the Define Path constraint, such as Maxdelay Path.

To delete a path follow these steps.

  1. Select the path to delete.

    Select the path name in the List window or enter the command Select Path [path_name] in the Command line toolbar

  2. Select the Delete command.

    The next time you save the design, the Define Path constraint that originally defined the path is commented out in the constraints file.

Deleting Path Elements

You can delete nets or components from path definitions. When you delete them, they are not deleted from the design; they are only removed as elements in the path.

To delete nets or components from a path follow these steps.

  1. Select the nets or components to remove from the path.

  2. Enter the Delete Path [path_name] command.

    The [path_name] is the name of the path from which you will remove the nets or components.

    The selected nets or components are removed from the path definition. The next time your design is saved, the constraints file is modified, and the selected nets or components are removed from the Define Path constraint.