Package: vunit_pkg

Description

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this file,
You can obtain one at http://mozilla.org/MPL/2.0/.

Copyright (c) 2014-2021, Lars Asplund lars.anders.asplund@gmail.com

Signals

Name Type Description
phase phase_t
test_cases_found string
test_cases_to_run string
output_path string
test_idx int
exit_without_errors int
trace_fd int
test_runner endclass

Types

Name Type Description
phase_t enum {
idle,
init,
test_suite_setup,
test_case_setup,
test_case,
test_case_cleanup,
test_suite_cleanup}

Functions