Olof Kraigher
Olof Kraigher
If more control of execution order is needed there is an attribute system that could be used to set a priority.
@kazooiebombchu Regarding VUnit knowing the execution time of the tests there is no mechanism for that today. If the use case is load balancing when re-running regressions on a test...
Since `balena ssh` works without adding SSH-keys to the device `config.json` it is a pity that there is not a similarly simple way to `balena scp`. Adding SSH-keys to `config.json`...
FYI rust_hdl supports enough semantic analysis now to resolve all references to non-overloaded names such as constants, signals, variables, design units etc. That is why we can support goto definition...
FYI: I am working on an open source VHDL parser/language server written in Rust (https://github.com/kraigher/rust_hdl/). So If you need to parse VHDL code you are welcome to use/contribute to my...
I will try 1.5.1 the failure was discovered with 1.5. If you want to try check out this project: https://github.com/VUnit/vunit/commit/9eb5b0aa8fdadb4e67c402cf64c1edbab3b02461 Run "tox -e py35-docs"
Also fails in the same way with 1.5.1
I do not agree on the classification as "enhancement". The reproducer can be misleading regarding the error since ent2.vhd:5 seems related to ent.vhd:5. This is however just coincidence. If I...
It should be easy to add. I was hoping someone would step up and do it as it is a good first issue. I do not want to be the...
Question to people asking for this. Why don't you just add a fake `xpm` library with an empty entity for each thing you would like to ignore? Then at least...