VHDL-Mode icon indicating copy to clipboard operation
VHDL-Mode copied to clipboard

Punctuation support `<<` `>>` for VHDL-2008 fully qualified names

Open Remillard opened this issue 6 years ago • 0 comments

Accessing a fully qualified signal name from a lower hierarchy is not scoped:

Example: <<signal DUT.count_reg : natural>> represents the signal in the DUT instance one lower down from the testbench but the << and >> marks are not scoped

Remillard avatar Feb 04 '20 14:02 Remillard