Skip to content
DVT VHDL IDE for VS Code User Guide
25.1.9 (13 May 2025)
⌘ K
DVT VHDL IDE for VS Code User Guide
25.1.9 (13 May 2025)
  • Installation
    • System Requirements
    • Install DVT for VS Code from Marketplace
    • Install DVT for VS Code from VSIX
    • Install DVT for VS Code Using a Pre-Packed Distribution
    • Set the License
  • User Interface
    • VS Code User Interface
    • DVT IDE for VS Code User Interface
  • Predefined Projects
  • Project Templates
    • What is a project template?
    • How to generate code from a project template
    • Template Configuration
  • Build Configurations
    • Project Natures
    • Non-top files
    • default.build
    • Auto-config
    • Simulator Log-config
    • Emulating compiler invocations
    • Multiple .build Files
    • Compatibility Modes
    • Paths
    • Strings
    • Comments
    • Environment Variables
    • Including Other Argument Files
    • Build Persistence
    • All Build Directives
    • SystemVerilog OVM or UVM Library Compilation
    • Xilinx Libraries Compilation
    • Intel(Altera) Quartus Libraries Compilation
    • Questa Libraries Compilation
    • Use of External Programs
  • Compile Checks
    • Compile Waivers
    • Semantic Checks
    • Non Standard Checks
  • Quick Fix Proposals
  • AI Assistant
    • Overview
    • Getting Started
    • Key Terms
    • Working in Chat
    • Working in Editor
    • Code Completion
    • Protecting Code
    • Reference
    • Advanced LLM Configuration
    • How to Set-up Local LLMs Using Ollama
    • Troubleshooting
  • Content Assist (Autocomplete)
    • Content assist for CamelCase and Underscore
    • Code Templates
    • Component Automatic Instantiation
    • Generate Case Statement Using Autocomplete
  • Hyperlinks
  • Show Usages
  • Show Readers or Writers
  • Show Instances
  • Peek Exploration
  • Refactoring
  • Code Factory
  • Code Formatting
    • Capitalization
    • Whitespace
    • Indentation
    • Vertical Alignment
    • Line Wrapping
    • Disable Format for Code Sections
    • Preferences Keys
  • Breadcrumb Navigation Bar
    • Design Breadcrumb
    • Scope Breadcrumb
  • Diagrams
    • Design Diagram
    • Bit Field Diagrams
    • WaveDrom Timing Diagrams
    • Common Diagram Actions
    • Common Diagram Toolbar
  • Syntax Coloring
  • Inactive Generates Code Highlight
  • Database Out of Sync Notification
  • Tooltips
    • Comments Formatting
  • Workspace Symbols
  • Views
    • Problems View
    • Outline View
    • Compiled Files View
    • Compile Order View
    • Design Hierarchy View
    • Diagnostics View
  • Quick Search in Views
    • CamelCase
    • Simple Regex
    • Hierarchical Search
    • Search for Members
    • Search Port in Design Hierarchy
  • Content Filters
    • Content Filters XML syntax
    • Filtering by Element Type
    • Content Filters Examples
    • Predefined Content Filters
  • Export HTML/PDF Documentation
    • Preview HTML Documentation
  • External Tools Integration
  • Scripts
    • dvt_code.sh
    • dvt_ls.sh
  • Custom Scripts
  • SCM Checkout Hook
  • Memory Monitor
  • Application Notes
    • Flow Integration
    • Environment Variables
    • Design Elaboration
    • FPGA Support
    • Output and logging
    • Understanding DVT IDE memory usage
  • Handy VS Code Documentation Pointers
  • What is New?
  • How to Report an Issue?
  • Legal Notices
  • Third Party Licenses
  • Q & A
    • Can I deactivate DVT support for a workspace even though one of my workspace folders contains a .dvt directory?
    • Unable to write program user data
DVT VHDL IDE for VS Code User Guide
/
Hyperlinks

Hyperlinks

Hyperlinks are available for all classes, modules, methods, fields, signals, macros, etc. in the source code files that DVT analyzes in your project.

Go to Declaration

Place editor cursor over an identifier and use the Go to Declaration command to go to the declaration of the element.

../../_images/open_declaration.gif

Go to Definition

Place editor cursor over an identifier while holding down Ctrl. The identifier becomes a hyperlink, which jumps to the definition of the element.

You can also use the Go to Definition command.

../../_images/open_definition.gif

Go to Type definition

Place editor cursor over an identifier and use the Go to Type Definition command to go to the type definition of the element.

../../_images/open_type.gif

Jump to Assignment

Place cursor on a signal and use the DVT: Jump to Assignment command to jump to its next assignment.

../../_images/jump_to_assignment.gif

Open Design Breadcrumb Instance

Available only for a design element under cursor which is instantiable.

Place editor cursor over an element and use the DVT: Open Design Breadcrumb Instance command to jump to the corresponding instance from design.

../../_images/open_instance.gif

Hyperlinks in Comments

You can define hyperlinks in comments using the @link or @see pragmas, for example:

// @link uvm_pkg::run_test
// For more details @see spi_if.miso and @see spi_if.mosi

Hover the hierarchical id specified after the pragma with the mouse cursor while holding down Ctrl and Click to go to the element’s declaration.

The hierarchical identifier following @link or @see is of the form:

[<package_name>::<type_name>.<inner_type_name>.]<element_name>

where <element_name> must be a type (class, struct, module, entity, interface, etc.) or a type member (method, field, event, signal, port etc.).

../../_images/hyperlinks_in_comments.gif

Go to Entity Declaration

Place editor cursor over an identifier and use the DVT: Go to Entity Declaration command to go to the declaration of the entity.

../../_images/open_entity_declaration.gif

Go to Component Declaration

Place editor cursor over an identifier and use the DVT: Go to Component Declaration command to go to the declaration of the component.

../../_images/open_component_declaration.gif

Go to Architecture Declaration

Place editor cursor over an identifier and use the DVT: Go to Architecture Declaration command to go to the declaration of the architecture.

../../_images/open_architecture_declaration.gif

Jump to State Machine

Place cursor over an identifier and use the DVT: Jump to State Machine command to jump to the case branch where element under cursor is used.

../../_images/jump_to_state_machine.gif
Generate Case Statement Using Autocomplete
Show Usages

On this page

  • Go to Declaration
  • Go to Definition
  • Go to Type definition
  • Jump to Assignment
  • Open Design Breadcrumb Instance
  • Hyperlinks in Comments
  • Go to Entity Declaration
  • Go to Component Declaration
  • Go to Architecture Declaration
  • Jump to State Machine

© 2005-2025 AMIQ EDA s.r.l. (AMIQ). All rights reserved. DVT 25.1.9 (13 May 2025). Built with Sphinx 8.1.3