nselvara
nselvara
I'd appreciate a feature that allows to mute a warning/error and/or disable lint checking/code analysis for particular lines. Maybe to mute particular lines, we could add for example some kind...
Hi guys, first of thank you for your valuable contribution. **Feature Description:** Once again something floated in my mind and I thought I propose 2 similar ideas that I think...
**Bug description:** Hi guys, the following errors are reported for the snippet below: `Expected '{identifier}'` and `Expected 'library', 'use', 'context', 'entity', 'architecture', 'configuration' or 'package'` It seems to be that...
Hello, when I run VUnit test the ModelSim spits out a warning regarding the `string_ops` The warning is: `\vunit\vhdl\string_ops\src\string_ops.vhd(565): (vopt-1083) Implicit array operator "=" always returns FALSE (left length 1...
**Describe the solution you'd like** We've some package constants that have to be made available to VHDL components but also for our embedded systems in a C++ header file. The...
Hi guys, I get this warning when I use generic functions/procedures: `Unused declaration of procedure check_equal_generic[type_t, type_t, STRING, log_level_t, NATURAL, NATURAL, STRING]vhdl ls(unused)` I get the reason behind why it's...
As an addendum to this issue: https://github.com/VHDL-LS/rust_hdl/issues/298 If one doesn't use/set the object (port, signal, variable), VHDL-LS correctly flags a warning that it's not set - all good :) ....
**Have you read the [FAQ](https://github.com/RetroMusicPlayer/RetroMusicPlayer/blob/master/FAQ.md)?** Yes **Has the bug already been reported? Please search in GitHub issue tab before creating an issue.** No **Describe the bug** If the blur mode...
Hi guys, I searched for force stopping the simulation. In my tb I use the following construct for communicating between check and stimuli processes: ```vhdl wait until is_active(event => start_stimuli);...
Hey there, I thought to make the testing even more powerful. I'd suggest to make `check_equal` a generic procedure in order to make it easier to define a new one...