Compliance-Tests
Compliance-Tests copied to clipboard
Tests to evaluate the support of VHDL 2008 and VHDL 2019 features
This test set might be useful if it was not dependent on vunit testing system. I think it is a grave mistake to make this dependent on a particular testing...
This will fix the broken markup in license files. * Adding code to read the prolog file. * A standard `prolog.inc` file for ReST.
This will allow testing with simulators not supported by VUnit.
The VHDL-2019 test file tb_023.vhd does not contain a valid test.
The VHDL-2008 test `tb_generic_packages_on_entity` exposed that most simulators do not handle the cases for passing a generic package into an entity. It's defined as: ``` interface_package_declaration ::= package identifier is...
As discussed in #16, since VUnit supports generating XUnit reports, we can convert that to HTML and include it in the sphinx doc as a section. Which tool should we...
I am unsure what the status of the `cosim` directory is and I didn't think they were run with VUnit with `run.py`. Do we want to bring these in? I...
The garbage collection test (tb_030) requires the exhaustion of all memory to fail. For some simulators, the heap can be set and limited. For others, like `ghdl`, it doesn't allow...
The VHDL-2019 file tb_014a.vhd does not contain a valid test.
The VHDL-2019 test file tb_014.vhd does not contain a valid test.