aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vpi
Commit message (Collapse)AuthorAgeFilesLines
* testsuite/vpi: Don't use C99 declerations in loops.Alfred M. Szmidt2021-06-134-4/+8
|
* VPI: support loading multiple librariesMarlon James2021-03-024-0/+70
|
* testsuite: address bash linting issuesumarcor2021-01-191-1/+1
|
* testsuite: add suite_driver.shumarcor2021-01-181-49/+1
|
* Skip some test if gcc is not installedLukas Vik2020-11-213-3/+3
|
* Add test for vpi_get_vlog_info()Marlon James2020-11-193-0/+111
|
* Constants in vpi (#1297)Ben Reynwar2020-05-1010-0/+447
* Adding some very basic vpi tests. * Modify test so that's it's checking VPI access to constants. * Provide VPI to access constants. * Add vpi tests to testsuite. * Fix bug to allow getting values of generic/constant boolean and std_logic. * Fix stupid copying mistake in last commit. * Formatting and trying to get tests working on windows. * Fixing comment and removing redundant VhpiConstantDeclK