Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VHDL Entity ConverterNew to Visual Studio Code? Get it now.
VHDL Entity Converter

VHDL Entity Converter

SabeelM

|
252 installs
| (0) | Free
VHDL entity converter
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VHDL Entity Converter README

Fork and expansion of the Atom VHDL Entity Converter for VSCode.

Features

Copy entity as component to clipboard Copy_as_component

Copy entity as instantiation to clipboard Copy_as_instance

Copy entity ports as signal declarations to clipboard Copy_as_signals

Copy entity generics as constant declarations to clipboard Copy_as_constants

Extension Settings

This extension contributes the following settings:

  • vhdl-entity-converter.signalPrefix: Prefix to all signals for signal declarations when performing copy ports as signals.
  • vhdl-entity-converter.constPrefix: Prefix to all constants for constant declarations when performing copy generics as constants.
  • vhdl-entity-converter.instancePrefix: Prefix to entity instantiations.
  • vhdl-entity-converter.indentType: Indent either spaces or tab.
  • vhdl-entity-converter.indentSpaceCount: How many spaces for each indentation level when the above is selected.
  • vhdl-entity-converter.keywordCasing: Select upper/lower case for VHDL Keywords (note: casing of types that are copied will remain in their casing).

Known Issues

None.

Requirements

None.

Release Notes

1.0.0

Initial release.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft