Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite/vpi: Don't use C99 declerations in loops. | Alfred M. Szmidt | 2021-06-13 | 1 | -1/+2 |
| | |||||
* | Skip some test if gcc is not installed | Lukas Vik | 2020-11-21 | 1 | -1/+1 |
| | |||||
* | Constants in vpi (#1297) | Ben Reynwar | 2020-05-10 | 3 | -0/+154 |
* 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 |