vscode-terosHDL icon indicating copy to clipboard operation
vscode-terosHDL copied to clipboard

@keepports doesnt work

Open monkey265 opened this issue 1 year ago • 0 comments

Describe the bug In virtual bus @keepports parameter doesnt affect anything at all To Reproduce Code to reproduce the error.

Code

    --! @virtualbus SPI @dir out description of SPI
    cs : OUT std_logic; --! Chip select
    scl: OUT std_logic; --! valid of stream
    miso: OUT std_logic; --! Master in slave out
    mosi: OUT std_logic; --! Master out slave in @end

Please complete the following information:

  • OS: Redhat 8.8
  • VSCode version newest
  • Teroshdl fresh from store

monkey265 avatar Nov 05 '24 14:11 monkey265