From a0919fe84b25f37d0307805650379830094fcfbf Mon Sep 17 00:00:00 2001 From: Ben Reynwar Date: Sun, 10 May 2020 07:56:48 -0700 Subject: Constants in vpi (#1297) * 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 --- dist/ci-run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dist') diff --git a/dist/ci-run.sh b/dist/ci-run.sh index fa0d61f2e..131658cff 100755 --- a/dist/ci-run.sh +++ b/dist/ci-run.sh @@ -429,7 +429,7 @@ ci_run () { if [ "x$IS_MACOS" = "xtrue" ]; then CC=clang \ prefix="`cd ./install-mcode; pwd`/usr/local" \ - ./testsuite/testsuite.sh sanity gna vests + ./testsuite/testsuite.sh sanity gna vests vpi else # Build ghdl/ghdl:$GHDL_IMAGE_TAG image build_img_ghdl @@ -442,6 +442,7 @@ ci_run () { if [ "x$ISSYNTH" = "xtrue" ]; then tests="$tests synth" fi + tests="$tests vpi" $RUN "ghdl/ghdl:$GHDL_IMAGE_TAG" bash -c "GHDL=ghdl ./testsuite/testsuite.sh $tests" fi -- cgit v1.2.3