aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
Commit message (Collapse)AuthorAgeFilesLines
* Add testcase for --file-to-xmlTristan Gingold2016-10-172-0/+29
|
* Add testcase for #167Tristan Gingold2016-10-173-0/+42
|
* Add reproducer for issue #163Tristan Gingold2016-10-112-0/+30
|
* Add reproducer for issue #158Tristan Gingold2016-10-102-0/+32
|
* Add reproducer for issue #160Tristan Gingold2016-10-102-0/+30
|
* Add a test for interface subprograms.Tristan Gingold2016-10-015-0/+482
|
* Emit error message during analysis for missing generic association.Tristan Gingold2016-10-011-2/+1
|
* Add testcase from issue #156Tristan Gingold2016-09-282-0/+78
|
* Add testcase for issue #155Tristan Gingold2016-09-282-0/+124
|
* Add testcase for issue #148Tristan Gingold2016-09-242-0/+26
|
* Add testcase for issue #147Tristan Gingold2016-09-232-0/+28
|
* Add testcase for issue #152Tristan Gingold2016-09-234-0/+106
|
* Testcase for interface type.Tristan Gingold2016-09-224-0/+456
|
* Add testcase for issue in vhdl 08Tristan Gingold2016-09-153-0/+41
|
* Add testcase for generic-mapped packageTristan Gingold2016-09-153-0/+56
|
* Add testcase for nested package instantiationTristan Gingold2016-09-142-0/+33
|
* Add testcase from issue #150Tristan Gingold2016-09-132-0/+34
|
* Add testcase for generic packages.Tristan Gingold2016-09-1214-0/+202
|
* Add testcase for previous commit.Tristan Gingold2016-09-045-0/+2244
|
* Add testcase for previous patch (very simple nested packages)Tristan Gingold2016-09-035-0/+65
|
* Add testcase for issue #136Tristan Gingold2016-08-294-0/+18
|
* Add testcase for previous patchTristan Gingold2016-08-274-0/+53
|
* Add testcase for previous patchTristan Gingold2016-08-275-0/+42
|
* Add testcase for issue #140Tristan Gingold2016-08-263-0/+52
|
* Add testcase for issue #141.Tristan Gingold2016-08-262-0/+17
|
* Add testcase for issue #143Tristan Gingold2016-08-263-0/+42
|
* Add testcase for issue #144Tristan Gingold2016-08-262-0/+19
|
* Add testcase for issue #132Tristan Gingold2016-08-252-0/+15
|
* Add testcase for issue #103Tristan Gingold2016-07-312-0/+22
|
* Add testcase for previous patch.Tristan Gingold2016-07-302-0/+55
|
* Add testcase for previous patch.Tristan Gingold2016-07-304-0/+74
|
* Add testcase from issue #126Tristan Gingold2016-07-302-0/+38
|
* Add a subtest to bug042.Tristan Gingold2016-07-302-0/+75
|
* Add testcase for issue #123Tristan Gingold2016-07-302-0/+73
|
* Add testcase for issue #125Tristan Gingold2016-07-302-0/+27
|
* issue98: use relative path for vpi module.Tristan Gingold2016-07-181-1/+1
|
* issue #98: make vpi build verbose.Tristan Gingold2016-07-181-2/+2
|
* Add testcase for previous patch (synopsys package not found).Tristan Gingold2016-07-182-0/+25
|
* Add testcase for issue #98Tristan Gingold2016-07-173-0/+81
|
* Add new testcase.Tristan Gingold2016-07-092-0/+28
|
* Clean up links, repository-wide (#117)Ben Wiederhake2016-07-092-3/+3
| | | | | | | | | | | | | | * https: ieee.org * https: readthedocs * https: technet.com * https: debian.org * https: w3.org * Fix or mark dead links
* vhdl08: add support of case-generate statementTristan Gingold2016-07-072-0/+32
|
* Add testcase for bug24065Tristan Gingold2016-07-052-0/+210
|
* bug011: also tests vcd.Tristan Gingold2016-07-031-1/+4
|
* vests: run one more test.Tristan Gingold2016-07-031-1/+1
|
* Add testcase for issue #106Tristan Gingold2016-07-035-0/+83
|
* Enable vest recursive instantiation test.Tristan Gingold2016-07-031-5/+5
|
* Add more tests for issue #2.Tristan Gingold2016-07-033-6/+38
|
* Testcase for issue99.Tristan Gingold2016-06-286-0/+54
| | | | Close #99
* Synopsys flavor for VHDL-2008 (#94)Patrick Lehmann2016-06-241-1/+1
| | | | | | * Added makefile rules for a VHDL-2008 synopsys flavor. Removed synopsys check in VHDL-2008 mode from ghdllocal.adb. * Adjusted testsuite run "gna/bug28", which tests for --std=08 and --ieee=synopsys to report a message.