Package: vunit_pkg
- File: vunit_pkg.sv
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
- search_replace (string original,
string old,
string replacement) return (string)
- setup (string runner_cfg) return (int)
- cleanup () return (void)
- loop () return (int)
- run (string test_name) return (int)
- is_test_case_setup () return (int)
- is_test_case_cleanup () return (int)
- is_test_suite_setup () return (int)
- is_test_suite_cleanup () return (int)