rust_hdl icon indicating copy to clipboard operation
rust_hdl copied to clipboard

Results 112 rust_hdl issues
Sort by recently updated
recently updated
newest added

When having the component written in the architecture that instantiates it, the goto definition goes to the component in the same file, and the goto implementation doesn't do anything. It...

enhancement
language server

**Bug description**: Hi there, Another day, another VHDL LS bug 😅 Currently, **no warning is reported** when a `function` or `procedure` is **declared but not defined** inside a `protected type`....

enhancement
VHDL

The following line in my testbench causes errors: `wait for 10ns;` The errors are as follows: ``` Invalid integer character 'n' vhdl ls(systax_error) No declaration of 's' vhdl ls(unresolved) ```

enhancement
VHDL

I have a .toml file but every time I start VS Code I get this error. Any idea what I am doing wrong? I do not have a .toml file...

FAQ

Hi, I am working with teros HDL using VHLD-LS as the linter. I have the following piece of code. The assignment is wrong because x"0" has 4 bits, and accum_sig...

enhancement

Currently, members of nested records don't get LSP-completion-items. The completion only works for members of the highest record in the hierarchy. Nested completion would be a huge improvement! BR, Jakob

enhancement
VHDL
language server

Hi, I am using the extension on a linux shared server (in a vscode ssh host). I am noticing a very high cpu utilization from time to time (up to...

enhancement
client config
VHDL
language server

I would like to request a feature. I was recently helping a junior engineer to debug a mysterious error that he was struggling with. After searching high and low, we...

enhancement
VHDL

Hello I am using vhdl-ls linter via TerosHDL integration in VS Code. I have a `vhld_ls.toml` file like this in the root of my repository: ``` [libraries] vunit_lib.files = ['.venv/Lib/site-packages/vunit/**/*.vhd']...

wontfix
FAQ

Hello, I am using the vhdl-ls linter as integrated inside TerosHDL extension in VS Code. I have a VHDL file, which I attach here: [clock_enable_generator.txt](https://github.com/user-attachments/files/18989684/clock_enable_generator.txt) (I had to change the...

enhancement
VHDL