Icons and Decorations

Icons

../../_images/vlog_file_obj.png

Regular VHDL File

../../_images/vlog_file_linked_obj.png

Linked Resource VHDL File See Linked Resources.

../../_images/vlog_file_gray_obj.png

Out of Project VHDL File The file is not inside a project directory, nor accessible as a linked resource. Functionality is limited on “gray” files.

../../_images/library_obj.png

Library

../../_images/package.png

Package and Package Instance

../../_images/package_blue.png

Package Body

../../_images/entity_obj.png

Entity

../../_images/architecture_obj.png

Architecture

../../_images/component_obj.png

Component

../../_images/block_obj.png

Block

../../_images/generate_obj.png

Generate

../../_images/method_obj.png

Function and Function Instance

../../_images/task_obj.png

Procedure and Procedure Instance

../../_images/in_port.png

Input Port

../../_images/out_port.png

Output Port

../../_images/inout_port.png

Bidirectional Port

../../_images/multi_dir_port.png

Port passed multiple times when tracing a signal

../../_images/wire_obj.png

Signal

../../_images/variable_obj.png

Variable

../../_images/entity_instance_obj.png

Entity Instance

../../_images/trace_why_port_connection.png

Port connection

../../_images/assign_obj.png

Assign

../../_images/always_obj.png

Process

../../_images/component_instance_obj.png

Component Instance

../../_images/any_design_instance_warn_obj.png

Unknown Instance

../../_images/type_obj.png

Type and Alias

../../_images/enum_item_obj.png

Enumeration literal

../../_images/constant_obj.png

Constant

../../_images/generic_obj.png

Generic

../../_images/always_obj.png

Process

Decorations

Compiled Files

To enable/disable go to Window > Preferences > General > Appearance > Label Decorations preference page and check/uncheck DVT Compiled File.

../../_images/imported_file_ovr.png

Compiled File

../../_images/ignored_imported_file_ovr.png

Skipped File

See also: Build Configurations.

Errors and Warnings

To enable/disable go to Window > Preferences > General > Appearance > Label Decorations preference page and check/uncheck VHDL Language * Error or VHDL Language * Warning.

../../_images/error_co.png

Error

../../_images/warning_co.png

Warning

Trace Connections

../../_images/target_overlay_red.png

Signal source

../../_images/target_overlay_green.png

Signal destination

../../_images/target_overlay_mixed.png

Signal source and destination

Changing Icon Colors

To change the color of the icons in DVT, navigate to Window > Preferences and open the DVT > Icons preference page.

../../_images/icon_color_preferences_main.png

To change one or more icons select them in the tree and choose a filter from the drop-down list.

Once you are comfortable with the colors you chose, click Ok and you will be prompted for a restart to apply the changes.

There are six predefined color filters: Red, Yellow, Green, Cyan, Blue, Magenta. These filters change the predominant color of the selected icons into one of the six colors previously mentioned.

You can also create your own filters, by clicking the Edit… button. You will be prompted with a dialog that allows you to Add, Remove, or Duplicate custom filters.

../../_images/icon_color_preferences_dialog.png

To edit a filter, select it in left hand list, then modify the Hue, Saturation, or Brightness parameters in the right hand menu. These parameters will be applied only on the primary colors that are selected above.

The Overlap parameter indicates the hue interval size that will be modified.

For example, choosing to modify the red color with an Overlap of 180, will modify all the colors, since the hue interval is (-180, 180) degrees. An Overlap of 30 will only modify the colors in the (-30, 30) degrees hue interval around red.

Project Colors

When working on several files from multiple projects, it is hard to tell at a glance to which project each editor belongs.

Sometimes you might even have multiple editors with the same title (for example when each project is a different revision of the same design) which is particularly confusing.

../../_images/project_colors_before.png

Go to menu Window > Preferences then DVT and check Color editor icons per project and project labels.

../../_images/project_colors_after.png

Now all editors belonging to the same project have icons of the same color. Furthermore, the project labels in the Project Explorer have the same color, serving as a quick color legend.

Tip

You can chose to color the project labels text or background in the Project Explorer

Tip

To change the default color of a project Right-click in the Project Explorer and go to Project > Change Color

Note

By default a project’s color is computed using a hash function on the project name. This way you will get the same color for a specific project name, even if you switch workspaces or computers for example.

Note

This feature only works with Eclipse 4.x.