std-max

Results 8 issues of std-max

Correct how JSON content is printed in the example (see #356) Do not close the issue, we have to open a new one to track the way to handle log...

Fix #338

Enhancement
Tool: Questa

Fix #795 Prevent from calling twice the same test case. Reset the number of run tests when test_runner_setup is called. Add tests.

Enhancement
Builtins

I was not able to run the CLI due to some import errors. First: It seems that LibraryReference and PackageReference have been renamed. Second, it was a bit trickier. I...

**Description** Got a bug when trying to use generic procedure. **How to reproduce?** ```vhd :file: mwe.vhd entity mwe_generic is generic ( procedure drive_sig (signal s : out bit) ); end...

**Description** A warning is missing while doing bad aggregate assignment. **How to reproduce?** ```vhd :file: mwe.vhd entity mwe is end entity; architecture rtl of mwe is signal a : bit_vector(1...

Hi VUnit team! I've got a question regarding how VUnit resolves dependencies in the presence of component instantiations in VHDL. Let's say I have two **_entities_** A and B. A...

Enhancement