rust_hdl
rust_hdl copied to clipboard
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...
**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`....
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) ```
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...
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...
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
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...
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...
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']...
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...