Mark Norton
Mark Norton
I have a workaround that seems to work. If I add a zero width space, it seems to correct the header and footer issue. ``` //----------------------------------------------------------------------------- // Formal Title Page...
That might actually explain something I'm seeing here. I've got a testbench package with a number of procedures there named `tb_util_pkg.vhd` and it's explicitly called out in in the TOML...
I am pretty sure the string does not have that as I went through some variations with `*.vhd` instead of explicitly calling out that file. However I will check and...
As far as I can tell, I do not have any sort of escaped characters in the TOML file. I am attaching a test project where it is not picking...
Actually, I simplified things a bit and just blew away everything that might cause other issues. The only thing the testbench is doing is calling `write_note` and it's an error...
Ahh okay. While it said libraries, I was not aware this was literally the VHDL libraries specified and not just a label for vhdl_ls. This might also explain why it's...
I would like to add support for this enhancement. I have source files organized with special sources for various vendor parts, and common blocks and to list each directory individually...
Sounds a bit excessive for a change. Everything else thus far works to my satisfaction. And indeed in the case I noted, for the data line during a time-skip interval,...
This is late to the game, but as a user of scoping definitions, any time I run into `other` I can't but help think it means "Something that belongs here,...
Well I think a single selector `variable` would only catch top-level scopes marked variable (e.g. variable.*.*...) and not when variable was down in the scope hierarchy (e.g. a.b.variable.*.*...) so I...