vunit-hdl 5.0.0.dev2__tar.gz → 5.0.0.dev4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/PKG-INFO +2 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/pyproject.toml +1 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/setup.py +1 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/acceptance/test_artificial.py +16 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_ghdl_interface.py +0 -16
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_modelsim_interface.py +69 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_test_bench.py +34 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/about.py +1 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/cached.py +1 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/configuration.py +2 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/design_unit.py +2 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/parsing/verilog/parser.py +1 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/parsing/verilog/preprocess.py +5 -3
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/persistent_tcl_shell.py +1 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/project.py +1 -0
- vunit_hdl-5.0.0.dev4/vunit/sim_if/_viewermixin.py +60 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/sim_if/ghdl.py +44 -24
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/sim_if/incisive.py +1 -1
- vunit_hdl-5.0.0.dev4/vunit/sim_if/modelsim.py +827 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/sim_if/nvc.py +35 -21
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/sim_if/rivierapro.py +3 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/sim_if/vsim_simulator_mixin.py +116 -21
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/source_file.py +9 -3
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/test/bench.py +68 -9
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/test/runner.py +8 -3
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/test/suites.py +1 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/ui/__init__.py +2 -2
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/ui/library.py +2 -2
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/ui/test.py +1 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/ui/testbench.py +1 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/src/checker_pkg-body.vhd +10 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/src/checker_pkg.vhd +3 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_checker.vhd +5 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/src/com.vhd +5 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/src/com_types.vhd +18 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/test/tb_com.vhd +5 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/queue_pkg-body.vhd +29 -10
- vunit_hdl-5.0.0.dev4/vunit/vhdl/logging/run.py +203 -0
- vunit_hdl-5.0.0.dev4/vunit/vhdl/logging/src/common_log_pkg-body.vhd +345 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/common_log_pkg.vhd +21 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/file_pkg.vhd +8 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/log_handler_pkg-body.vhd +101 -12
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/log_handler_pkg.vhd +31 -7
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/logger_pkg-body.vhd +5 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/logger_pkg.vhd +7 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/test/tb_log.vhd +31 -2
- vunit_hdl-5.0.0.dev4/vunit/vhdl/logging/test/tb_sim_time_formatting.vhd +134 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/test/test_support_pkg.vhd +0 -27
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_stream_master.vhd +2 -2
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_stream_monitor.vhd +1 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_stream_pkg.vhd +56 -12
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_stream_protocol_checker.vhd +1 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_stream_slave.vhd +1 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/sync_pkg-body.vhd +3 -2
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/sync_pkg.vhd +4 -2
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/vc_context.vhd +1 -0
- vunit_hdl-5.0.0.dev4/vunit/vhdl/verification_components/src/vc_pkg.vhd +178 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_axi_stream.vhd +51 -16
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_axi_stream_protocol_checker.vhd +18 -2
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_sync_pkg.vhd +8 -0
- vunit_hdl-5.0.0.dev4/vunit/vhdl/verification_components/test/tb_vc_pkg.vhd +102 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl_parser.py +1 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit_hdl.egg-info/PKG-INFO +2 -1
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit_hdl.egg-info/SOURCES.txt +4 -0
- vunit_hdl-5.0.0.dev2/vunit/sim_if/modelsim.py +0 -441
- vunit_hdl-5.0.0.dev2/vunit/vhdl/logging/run.py +0 -41
- vunit_hdl-5.0.0.dev2/vunit/vhdl/logging/src/common_log_pkg-body.vhd +0 -187
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/LICENSE.rst +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/README.md +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/setup.cfg +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/__init__.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/acceptance/__init__.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/acceptance/test_dependencies.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/acceptance/test_external_run_scripts.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/common.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/lint/__init__.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/lint/test_license.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/lint/test_mypy.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/lint/test_pycodestyle.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/lint/test_pylint.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/__init__.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/non_utf8_printer.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_activehdl_interface.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_builtins.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_cds_file.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_check_preprocessor.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_configuration.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_csv_logs.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_database.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_dependency_graph.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_incisive_interface.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_location_preprocessor.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_ostools.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_project.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_rivierapro_interface.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_simulator_interface.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_test_bench_list.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_test_report.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_test_runner.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_test_suites.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_tokenizer.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_ui.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_verilog_parser.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_verilog_preprocessor.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_verilog_tokenizer.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_vhdl_parser.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/tests/unit/test_vhdl_standard.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/__init__.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/builtins.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/check_preprocessor.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/color_printer.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/com/__init__.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/com/codec_datatype_template.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/com/codec_generator.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/com/codec_vhdl_array_type.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/com/codec_vhdl_enumeration_type.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/com/codec_vhdl_package.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/com/codec_vhdl_record_type.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/csv_logs.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/database.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/dependency_graph.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/exceptions.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/hashing.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/json4vhdl.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/library.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/location_preprocessor.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/ostools.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/parsing/__init__.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/parsing/encodings.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/parsing/tokenizer.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/parsing/verilog/__init__.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/parsing/verilog/tokenizer.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/parsing/verilog/tokens.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/py.typed +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/sim_if/__init__.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/sim_if/activehdl.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/sim_if/cds_file.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/sim_if/common.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/sim_if/factory.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/sim_if/tcl_read_eval_loop.tcl +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/test/__init__.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/test/bench_list.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/test/list.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/test/report.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/ui/common.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/ui/packagefacade.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/ui/preprocessor.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/ui/results.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/ui/source.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/verilog/check/test/check_tb.sv +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/verilog/include/vunit_defines.svh +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/verilog/vunit_pkg.sv +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/version_check.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/.git +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/.github/workflows/test.yml +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/.gitignore +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/AUTHORS.md +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/LICENSE.md +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/README.md +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/data/Boards0.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/data/Boards1.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/data/Boards2.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/examples/Boards0.vhdl +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/examples/Boards1.vhdl +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/examples/Boards2.vhdl +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/examples/Boards_VUnit.vhdl +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/examples/Encodings_VUnit.vhdl +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/src/Encodings.pkg.vhdl +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/src/JSON.ctx.vhdl +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/src/JSON.pkg.vhdl +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/JSONTestSuite.ps1 +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/LICENSE.md +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/README.md +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/TopLevel.vhdl +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_object_key_lone_2nd_surrogate.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_1st_surrogate_but_2nd_missing.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_1st_valid_surrogate_2nd_invalid.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_UTF-16LE_with_BOM.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_UTF-8_invalid_sequence.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_incomplete_surrogate_and_escape_valid.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_incomplete_surrogate_pair.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_incomplete_surrogates_escape_valid.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_invalid_lonely_surrogate.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_invalid_surrogate.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_inverted_surrogates_U+1D11E.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_lone_second_surrogate.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_not_in_unicode_range.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_truncated-utf-8.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_unicode_U+10FFFE_nonchar.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_unicode_U+1FFFE_nonchar.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_unicode_U+FDD0_nonchar.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_string_unicode_U+FFFE_nonchar.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_structure_500_nested_arrays.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/i_structure_UTF-8_BOM_empty_object.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_1_true_without_comma.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_a_invalid_utf8.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_colon_instead_of_comma.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_comma_after_close.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_comma_and_number.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_double_comma.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_double_extra_comma.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_extra_close.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_extra_comma.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_incomplete.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_incomplete_invalid_value.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_inner_array_no_comma.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_invalid_utf8.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_items_separated_by_semicolon.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_just_comma.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_just_minus.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_missing_value.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_newlines_unclosed.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_number_and_comma.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_number_and_several_commas.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_spaces_vertical_tab_formfeed.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_star_inside.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_unclosed.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_unclosed_trailing_comma.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_unclosed_with_new_lines.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_array_unclosed_with_object_inside.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_incomplete_false.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_incomplete_null.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_incomplete_true.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_++.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_+1.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_+Inf.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_-01.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_-1.0..json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_-2..json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_-NaN.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_.-1.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_.2e-3.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_0.1.2.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_0.3e+.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_0.3e.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_0.e1.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_0_capital_E+.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_0_capital_E.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_0e+.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_0e.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_1.0e+.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_1.0e-.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_1.0e.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_1_000.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_1eE2.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_2.e+3.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_2.e-3.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_2.e3.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_9.e+.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_Inf.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_NaN.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_U+FF11_fullwidth_digit_one.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_expression.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_hex_1_digit.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_hex_2_digits.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_infinity.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_invalid+-.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_invalid-negative-real.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_invalid-utf-8-in-bigger-int.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_invalid-utf-8-in-exponent.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_invalid-utf-8-in-int.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_minus_infinity.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_minus_sign_with_trailing_garbage.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_minus_space_1.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_neg_int_starting_with_zero.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_neg_real_without_int_part.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_neg_with_garbage_at_end.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_real_garbage_after_e.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_real_with_invalid_utf8_after_e.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_real_without_fractional_part.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_starting_with_dot.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_then_00.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_with_alpha.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_with_alpha_char.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_number_with_leading_zero.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_bad_value.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_bracket_key.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_comma_instead_of_colon.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_double_colon.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_emoji.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_garbage_at_end.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_key_with_single_quotes.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_missing_colon.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_missing_key.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_missing_semicolon.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_missing_value.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_no-colon.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_non_string_key.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_non_string_key_but_huge_number_instead.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_pi_in_key_and_trailing_comma.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_repeated_null_null.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_several_trailing_commas.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_single_quote.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_trailing_comma.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_trailing_comment.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_trailing_comment_open.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_trailing_comment_slash_open.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_trailing_comment_slash_open_incomplete.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_two_commas_in_a_row.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_unquoted_key.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_unterminated-value.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_with_single_string.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_object_with_trailing_garbage.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_single_space.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_1_surrogate_then_escape u.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_1_surrogate_then_escape u1.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_1_surrogate_then_escape u1x.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_1_surrogate_then_escape.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_UTF8_surrogate_U+D800.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_accentuated_char_no_quotes.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_backslash_00.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_escape_x.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_escaped_backslash_bad.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_escaped_ctrl_char_tab.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_escaped_emoji.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_incomplete_escape.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_incomplete_escaped_character.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_incomplete_surrogate.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_incomplete_surrogate_escape_invalid.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_invalid-utf-8-in-escape.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_invalid_backslash_esc.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_invalid_unicode_escape.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_invalid_utf-8.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_invalid_utf8_after_escape.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_iso_latin_1.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_leading_uescaped_thinspace.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_lone_utf8_continuation_byte.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_no_quotes_with_bad_escape.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_overlong_sequence_2_bytes.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_overlong_sequence_6_bytes.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_overlong_sequence_6_bytes_null.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_single_doublequote.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_single_quote.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_single_string_no_double_quotes.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_start_escape_unclosed.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_unescaped_crtl_char.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_unescaped_newline.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_unescaped_tab.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_unicode_CapitalU.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_string_with_trailing_garbage.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_100000_opening_arrays.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_U+2060_word_joined.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_UTF8_BOM_no_data.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure__._.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure__null_.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_array_trailing_garbage.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_array_with_extra_array_close.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_array_with_unclosed_string.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_ascii-unicode-identifier.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_capitalized_True.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_close_unopened_array.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_comma_instead_of_closing_brace.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_double_array.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_end_array.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_incomplete_UTF8_BOM.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_lone-invalid-utf-8.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_lone-open-bracket.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_no_data.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_null-byte-outside-string.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_number_with_trailing_garbage.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_object_followed_by_closing_object.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_object_unclosed_no_value.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_object_with_comment.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_object_with_trailing_garbage.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_open_array_apostrophe.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_open_array_comma.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_open_array_object.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_open_array_open_object.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_open_array_open_string.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_open_array_string.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_open_object.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_open_object_close_array.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_open_object_comma.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_open_object_open_array.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_open_object_open_string.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_open_object_string_with_apostrophes.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_open_open.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_single_point.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_single_star.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_trailing_#.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_uescaped_LF_before_string.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_unclosed_array.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_unclosed_array_partial_null.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_unclosed_array_unfinished_false.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_unclosed_array_unfinished_true.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_unclosed_object.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_unicode-identifier.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_whitespace_U+2060_word_joiner.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/n_structure_whitespace_formfeed.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_array_arraysWithSpaces.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_array_empty-string.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_array_empty.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_array_ending_with_newline.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_array_false.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_array_heterogeneous.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_array_null.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_array_with_1_and_newline.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_array_with_leading_space.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_array_with_several_null.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_array_with_trailing_space.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_0e+1.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_0e1.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_after_space.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_double_close_to_zero.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_double_huge_neg_exp.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_huge_exp.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_int_with_exp.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_minus_zero.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_neg_int_huge_exp.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_negative_int.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_negative_one.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_negative_zero.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_pos_double_huge_exp.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_real_capital_e.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_real_capital_e_neg_exp.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_real_capital_e_pos_exp.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_real_exponent.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_real_fraction_exponent.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_real_neg_exp.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_real_neg_overflow.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_real_pos_exponent.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_real_pos_overflow.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_real_underflow.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_simple_int.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_simple_real.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_too_big_neg_int.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_too_big_pos_int.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_number_very_big_negative_int.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_object.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_object_basic.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_object_duplicated_key.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_object_duplicated_key_and_value.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_object_empty.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_object_empty_key.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_object_escaped_null_in_key.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_object_extreme_numbers.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_object_long_strings.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_object_simple.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_object_string_unicode.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_object_with_newlines.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_accepted_surrogate_pair.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_accepted_surrogate_pairs.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_allowed_escapes.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_backslash_and_u_escaped_zero.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_backslash_doublequotes.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_comments.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_double_escape_a.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_double_escape_n.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_escaped_control_character.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_escaped_noncharacter.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_in_array.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_in_array_with_leading_space.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_last_surrogates_1_and_2.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_newline_uescaped.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_null_escape.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_one-byte-utf-8.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_pi.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_simple_ascii.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_space.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_three-byte-utf-8.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_two-byte-utf-8.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_u+2028_line_sep.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_u+2029_par_sep.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_uEscape.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_unescaped_char_delete.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_unicode.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_unicodeEscapedBackslash.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_unicode_2.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_unicode_escaped_double_quote.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_utf16BE_no_BOM.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_utf16LE_no_BOM.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_utf8.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_string_with_del_character.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_structure_lonely_false.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_structure_lonely_int.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_structure_lonely_negative_real.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_structure_lonely_null.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_structure_lonely_string.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_structure_lonely_true.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_structure_string_empty.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_structure_trailing_newline.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_structure_true_in_array.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_parsing/y_structure_whitespace_array.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/number_1.0.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/number_1.000000000000000005.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/number_1000000000000000.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/number_10000000000000000999.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/number_1e-999.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/number_1e6.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/object_key_nfc_nfd.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/object_key_nfd_nfc.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/object_same_key_different_values.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/object_same_key_same_value.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/object_same_key_unclear_values.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/string_1_escaped_invalid_codepoint.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/string_1_invalid_codepoint.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/string_2_escaped_invalid_codepoints.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/string_2_invalid_codepoints.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/string_3_escaped_invalid_codepoints.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/string_3_invalid_codepoints.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/JSONTestSuite/test_transform/string_with_escaped_NULL.json +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/Lattice/Lattice.ldf +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/Lattice/Lattice.lpf +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/Lattice/Lattice1.sty +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/Lattice/impl_1/Lattice_impl_1.lpf +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/Lattice/impl_2/Lattice_impl_2.lpf +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/QuestaSim/Boards2.cmd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/QuestaSim/Boards2.log +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/VUnit/run.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/Xilinx ISE/JSON.xise +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/Xilinx ISE/iseconfig/filter.filter +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/Xilinx Vivado/Xilinx Vivado.xpr +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/ghdl/Boards2.cmd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/ghdl/Boards2.log +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/ghdl/Boards2.sh +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/JSON-for-VHDL/tests/run.sh +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/run.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/src/check-2008p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/src/check.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/src/check_api-2008p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/src/check_api.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_equal-2008p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_equal_real.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_failed.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_false.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_implication.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_next.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_not_unknown.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_one_hot.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_passed.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_relation.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_relation_2008p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_sequence.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_stable.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_check_zero_one_hot.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/tb_result.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/test/test_support.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/tools/generate_check_equal.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/tools/generate_check_equal_2008p.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/check/tools/generate_check_match.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/run.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/src/com_api.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/src/com_common.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/src/com_context.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/src/com_debug_codec_builder.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/src/com_deprecated.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/src/com_messenger.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/src/com_string.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/src/com_support.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/test/constants.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/test/custom_types.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/test/more_constants.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/test/tb_com_codec.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/test/tb_com_deprecated.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/com/test/tb_com_msg_building.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/compile_vunit_lib.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/core/src/core_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/core/src/stop_body_2008p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/core/src/stop_body_93-2002.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/core/src/stop_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/run.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/api/external_integer_vector_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/api/external_string_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/byte_vector_ptr_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/codec-2008p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/codec.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/codec_builder-2008p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/codec_builder.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/data_types_context.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/data_types_private_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/dict_pkg-2008p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/dict_pkg-body.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/dict_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/event_common_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/event_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/event_private_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/id_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/integer_array_pkg-body.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/integer_array_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-2002p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/integer_vector_ptr_pkg-body-93.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/integer_vector_ptr_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/integer_vector_ptr_pool_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/queue_pkg-2008p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/queue_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/queue_pool_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/string_ptr_pkg-body-2002p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/string_ptr_pkg-body-93.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/string_ptr_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/string_ptr_pool_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/src/types.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_byte_vector_ptr.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_codec-2008p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_codec.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_dict-2008p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_dict.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_event_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_event_private_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_id.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_integer_array.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_integer_vector_ptr.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_integer_vector_ptr_pool.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_queue-2008p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_queue.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_queue_pool.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_string_ptr.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/test/tb_string_ptr_pool.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/data_types/tools/generate_dict.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/dictionary/run.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/dictionary/src/dictionary.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/dictionary/test/tb_dictionary.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/ansi_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/location_pkg-body-2008m.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/location_pkg-body-2019p.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/location_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/log_levels_pkg-body.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/log_levels_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/print_pkg-body.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/src/print_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/test/tb_location.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/logging/test/tb_log_levels.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/.git +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/.gitignore +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/AUTHORS.md +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/AlertLogPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/CHANGELOG.md +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/CONTRIBUTORS.md +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/CoveragePkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/LICENSE.md +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/MemoryGenericPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/MemoryPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/MemoryPkg_c.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/MemoryPkg_orig_c.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/MemorySupportPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/MessageListPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/MessagePkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/NamePkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/NameStorePkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/OsvvmContext.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/OsvvmGlobalPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/OsvvmScriptSettingsPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/OsvvmScriptSettingsPkg_default.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/OsvvmTypesPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/README.md +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/RandomBasePkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/RandomPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/RandomProcedurePkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/ReportPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/ResizePkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/ResolutionPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/ScoreboardGenericPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/ScoreboardPkg_int.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/ScoreboardPkg_int_c.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/ScoreboardPkg_slv.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/ScoreboardPkg_slv_c.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/SortListPkg_int.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/TbUtilPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/TextUtilPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/TranscriptPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/VendorCovApiPkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/VendorCovApiPkg_Aldec.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/demo/AlertLog_Demo_Global.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/demo/AlertLog_Demo_Hierarchy.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/demo/Demo_Rand.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/osvvm.pro +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/osvvm/osvvm_old.tcl +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/path/run.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/path/src/path.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/path/test/tb_path.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/random/run.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/random/src/random_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/random/test/tb_random_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/run/run.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/run/src/run.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/run/src/run_api.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/run/src/run_types.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/run/src/runner_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/run/test/run_tests.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/run/test/tb_run.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/run/test/tb_watchdog.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/string_ops/run.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/string_ops/src/string_ops.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/string_ops/test/tb_string_ops.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/run.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/avalon_master.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/avalon_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/avalon_sink.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/avalon_slave.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/avalon_source.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/avalon_stream_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_lite_master.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_lite_master_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_read_slave.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_slave_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_slave_private_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_statistics_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_stream_private_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/axi_write_slave.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/bus2memory.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/bus_master_pkg-body.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/bus_master_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/memory_pkg-body.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/memory_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/memory_utils_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/ram_master.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/signal_checker_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/std_logic_checker.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/stream_master_pkg-body.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/stream_master_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/stream_slave_pkg-body.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/stream_slave_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/uart_master.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/uart_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/uart_slave.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/wishbone_master.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/wishbone_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/src/wishbone_slave.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_avalon.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_avalon_master.gtkw +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_avalon_master.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_avalon_slave.gtkw +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_avalon_slave.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_avalon_stream.gtkw +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_avalon_stream.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_avalon_stream_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_axi_lite_master.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_axi_read_slave.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_axi_slave_private_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_axi_statistics_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_axi_write_slave.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_bus_master_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_memory.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_memory_utils_pkg.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_ram_master.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_std_logic_checker.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_uart.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_wishbone_master.gtkw +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_wishbone_master.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_wishbone_slave.gtkw +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/verification_components/test/tb_wishbone_slave.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/vunit_context.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl/vunit_run_context.vhd +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vhdl_standard.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vivado/__init__.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vivado/tcl/extract_compile_order.tcl +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vivado/vivado.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit/vunit_cli.py +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit_hdl.egg-info/dependency_links.txt +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit_hdl.egg-info/not-zip-safe +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit_hdl.egg-info/requires.txt +0 -0
- {vunit_hdl-5.0.0.dev2 → vunit_hdl-5.0.0.dev4}/vunit_hdl.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vunit_hdl
|
|
3
|
-
Version: 5.0.0.
|
|
3
|
+
Version: 5.0.0.dev4
|
|
4
4
|
Summary: VUnit is an open source unit testing framework for VHDL/SystemVerilog.
|
|
5
5
|
Home-page: https://github.com/VUnit/vunit
|
|
6
6
|
Author: Lars Asplund
|
|
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
20
|
Classifier: Operating System :: Microsoft :: Windows
|
|
20
21
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
21
22
|
Classifier: Operating System :: POSIX :: Linux
|
|
@@ -54,7 +54,7 @@ underlines = ["-", "~"]
|
|
|
54
54
|
[tool.tox]
|
|
55
55
|
legacy_tox_ini = """
|
|
56
56
|
[tox]
|
|
57
|
-
envlist = py{36,37,38,39,310,311,312}-{fmt,unit,lint,docs}, py{36,37,38,39,310,311,312}-{acceptance,vcomponents}-{activehdl,ghdl,modelsim,nvc,rivierapro}, py{36,37,38,39,310,311,312}-coverage
|
|
57
|
+
envlist = py{36,37,38,39,310,311,312,313}-{fmt,unit,lint,docs}, py{36,37,38,39,310,311,312,313}-{acceptance,vcomponents}-{activehdl,ghdl,modelsim,nvc,rivierapro}, py{36,37,38,39,310,311,312,313}-coverage
|
|
58
58
|
isolated_build = True
|
|
59
59
|
|
|
60
60
|
[testenv]
|
|
@@ -71,6 +71,7 @@ setup(
|
|
|
71
71
|
"Programming Language :: Python :: 3.10",
|
|
72
72
|
"Programming Language :: Python :: 3.11",
|
|
73
73
|
"Programming Language :: Python :: 3.12",
|
|
74
|
+
"Programming Language :: Python :: 3.13",
|
|
74
75
|
"Operating System :: Microsoft :: Windows",
|
|
75
76
|
"Operating System :: MacOS :: MacOS X",
|
|
76
77
|
"Operating System :: POSIX :: Linux",
|
|
@@ -129,6 +129,7 @@ class TestVunitArtificial(unittest.TestCase):
|
|
|
129
129
|
("passed", "lib.tb_magic_paths.Test magic paths are correct"),
|
|
130
130
|
("passed", "lib.tb_with_define.test 1"),
|
|
131
131
|
("failed", "lib.tb_fail_on_warning.fail"),
|
|
132
|
+
("failed", "lib.tb_fail_on_warning_from_python.fail"),
|
|
132
133
|
("failed", "lib.tb_fail_on_fatal_and_early_finish.fatal0"),
|
|
133
134
|
("failed", "lib.tb_fail_on_fatal_and_early_finish.fatal1"),
|
|
134
135
|
("failed", "lib.tb_fail_on_fatal_and_early_finish.finish0"),
|
|
@@ -144,6 +145,12 @@ class TestVunitArtificial(unittest.TestCase):
|
|
|
144
145
|
("passed", "lib.tb_same_sim_some_fail.Test 1"),
|
|
145
146
|
("failed", "lib.tb_same_sim_some_fail.Test 2"),
|
|
146
147
|
("skipped", "lib.tb_same_sim_some_fail.Test 3"),
|
|
148
|
+
("passed", "lib.tb_same_sim_from_python_all_pass.cfg.Test 1"),
|
|
149
|
+
("passed", "lib.tb_same_sim_from_python_all_pass.cfg.Test 2"),
|
|
150
|
+
("passed", "lib.tb_same_sim_from_python_all_pass.cfg.Test 3"),
|
|
151
|
+
("passed", "lib.tb_same_sim_from_python_some_fail.Test 1"),
|
|
152
|
+
("failed", "lib.tb_same_sim_from_python_some_fail.Test 2"),
|
|
153
|
+
("skipped", "lib.tb_same_sim_from_python_some_fail.Test 3"),
|
|
147
154
|
("passed", "lib.tb_with_runner.pass"),
|
|
148
155
|
("failed", "lib.tb_with_runner.fail"),
|
|
149
156
|
],
|
|
@@ -183,7 +190,9 @@ EXPECTED_REPORT = (
|
|
|
183
190
|
("failed", "lib.tb_fail.all"),
|
|
184
191
|
("passed", "lib.tb_infinite_events.all"),
|
|
185
192
|
("failed", "lib.tb_fail_on_warning.all"),
|
|
186
|
-
("
|
|
193
|
+
("failed", "lib.tb_fail_on_warning_from_python.all"),
|
|
194
|
+
("passed", "lib.tb_no_fail_on_warning.cfg1"),
|
|
195
|
+
("passed", "lib.tb_no_fail_on_warning.cfg2"),
|
|
187
196
|
("passed", "lib.tb_with_vhdl_runner.pass"),
|
|
188
197
|
("passed", "lib.tb_with_vhdl_runner.Test with spaces"),
|
|
189
198
|
("failed", "lib.tb_with_vhdl_runner.fail"),
|
|
@@ -197,6 +206,12 @@ EXPECTED_REPORT = (
|
|
|
197
206
|
("passed", "lib.tb_same_sim_some_fail.Test 1"),
|
|
198
207
|
("failed", "lib.tb_same_sim_some_fail.Test 2"),
|
|
199
208
|
("skipped", "lib.tb_same_sim_some_fail.Test 3"),
|
|
209
|
+
("passed", "lib.tb_same_sim_from_python_all_pass.cfg.Test 1"),
|
|
210
|
+
("passed", "lib.tb_same_sim_from_python_all_pass.cfg.Test 2"),
|
|
211
|
+
("passed", "lib.tb_same_sim_from_python_all_pass.cfg.Test 3"),
|
|
212
|
+
("passed", "lib.tb_same_sim_from_python_some_fail.Test 1"),
|
|
213
|
+
("failed", "lib.tb_same_sim_from_python_some_fail.Test 2"),
|
|
214
|
+
("skipped", "lib.tb_same_sim_from_python_some_fail.Test 3"),
|
|
200
215
|
("passed", "lib.tb_with_checks.Test passing check"),
|
|
201
216
|
("failed", "lib.tb_with_checks.Test failing check"),
|
|
202
217
|
("failed", "lib.tb_with_checks.Test non-stopping failing check"),
|
|
@@ -27,22 +27,6 @@ class TestGHDLInterface(unittest.TestCase):
|
|
|
27
27
|
Test the GHDL interface
|
|
28
28
|
"""
|
|
29
29
|
|
|
30
|
-
@mock.patch("vunit.sim_if.ghdl.GHDLInterface.find_executable")
|
|
31
|
-
def test_runtime_error_on_missing_gtkwave(self, find_executable):
|
|
32
|
-
executables = {}
|
|
33
|
-
|
|
34
|
-
def find_executable_side_effect(name):
|
|
35
|
-
return executables[name]
|
|
36
|
-
|
|
37
|
-
find_executable.side_effect = find_executable_side_effect
|
|
38
|
-
|
|
39
|
-
executables["gtkwave"] = ["path"]
|
|
40
|
-
GHDLInterface(prefix="prefix", output_path="")
|
|
41
|
-
|
|
42
|
-
executables["gtkwave"] = []
|
|
43
|
-
GHDLInterface(prefix="prefix", output_path="")
|
|
44
|
-
self.assertRaises(RuntimeError, GHDLInterface, prefix="prefix", output_path="", gui=True)
|
|
45
|
-
|
|
46
30
|
@mock.patch("subprocess.check_output", autospec=True)
|
|
47
31
|
def test_parses_llvm_backend(self, check_output):
|
|
48
32
|
version = b"""\
|
|
@@ -18,6 +18,7 @@ from tests.common import set_env
|
|
|
18
18
|
from vunit.sim_if.modelsim import ModelSimInterface
|
|
19
19
|
from vunit.project import Project
|
|
20
20
|
from vunit.ostools import renew_path, write_file
|
|
21
|
+
from vunit.test.bench import Configuration
|
|
21
22
|
from vunit.vhdl_standard import VHDL
|
|
22
23
|
|
|
23
24
|
|
|
@@ -316,14 +317,61 @@ class TestModelSimInterface(unittest.TestCase):
|
|
|
316
317
|
with open(modelsim_ini, "r") as fptr:
|
|
317
318
|
self.assertEqual(fptr.read(), "user")
|
|
318
319
|
|
|
320
|
+
@mock.patch("vunit.sim_if.modelsim.LOGGER", autospec=True)
|
|
321
|
+
@mock.patch("vunit.sim_if.check_output", autospec=True, return_value="")
|
|
322
|
+
@mock.patch("vunit.sim_if.modelsim.Process", autospec=True)
|
|
323
|
+
@mock.patch("vunit.sim_if.vsim_simulator_mixin.Process", autospec=True)
|
|
324
|
+
def test_optimize(self, vsim_simulator_mixin_process, modelsim_process, check_output, LOGGER):
|
|
325
|
+
simif = ModelSimInterface(prefix=self.prefix_path, output_path=self.output_path, persistent=False)
|
|
326
|
+
project = Project()
|
|
327
|
+
project.add_library("lib", str(Path(self.libraries_path) / "lib"))
|
|
328
|
+
write_file("file.vhd", "")
|
|
329
|
+
project.add_source_file("file.vhd", "lib", file_type="vhdl", vhdl_standard=VHDL.standard("2008"))
|
|
330
|
+
simif.compile_project(project)
|
|
331
|
+
config = make_config(sim_options={"modelsim.three_step_flow": True})
|
|
332
|
+
|
|
333
|
+
# First call should optimize design
|
|
334
|
+
simif.simulate(self.simulation_output_path, "test_suite_name", config, False)
|
|
335
|
+
design_to_optimize = "lib.tb(test)"
|
|
336
|
+
expected_calls = [
|
|
337
|
+
mock.call("%s scheduled for optimization.", design_to_optimize),
|
|
338
|
+
mock.call("Acquired library lock for %s to optimize %s.", "lib", design_to_optimize),
|
|
339
|
+
mock.call("Optimizing %s.", design_to_optimize),
|
|
340
|
+
mock.call("%s optimization completed.", design_to_optimize),
|
|
341
|
+
]
|
|
342
|
+
self.assertEqual(LOGGER.debug.call_count, len(expected_calls))
|
|
343
|
+
LOGGER.debug.assert_has_calls(expected_calls)
|
|
344
|
+
|
|
345
|
+
# Second call should reuse the already optimized design
|
|
346
|
+
LOGGER.reset_mock()
|
|
347
|
+
simif.simulate(self.simulation_output_path, "test_suite_name", config, False)
|
|
348
|
+
LOGGER.debug.assert_called_once_with("Reusing optimized %s.", "lib.tb(test)")
|
|
349
|
+
|
|
350
|
+
# Fake that design is being optimized and that it is being waited for
|
|
351
|
+
LOGGER.reset_mock()
|
|
352
|
+
simif._optimized_designs[design_to_optimize]["optimized_design"] = None
|
|
353
|
+
simif.simulate(self.simulation_output_path, "test_suite_name", config, False)
|
|
354
|
+
expected_debug_calls = [mock.call("Waiting for %s to be optimized.", design_to_optimize)]
|
|
355
|
+
self.assertEqual(LOGGER.debug.call_count, len(expected_debug_calls))
|
|
356
|
+
LOGGER.debug.assert_has_calls(expected_debug_calls)
|
|
357
|
+
expected_error_calls = [
|
|
358
|
+
mock.call("Failed waiting for %s to be optimized (optimization failed).", design_to_optimize)
|
|
359
|
+
]
|
|
360
|
+
self.assertEqual(LOGGER.error.call_count, len(expected_error_calls))
|
|
361
|
+
LOGGER.error.assert_has_calls(expected_error_calls)
|
|
362
|
+
|
|
319
363
|
def setUp(self):
|
|
320
364
|
self.test_path = str(Path(__file__).parent / "test_modelsim_out")
|
|
321
365
|
|
|
322
366
|
self.output_path = str(Path(self.test_path) / "modelsim")
|
|
323
367
|
self.prefix_path = str(Path(self.test_path) / "prefix" / "bin")
|
|
368
|
+
self.libraries_path = str(Path(self.output_path) / "libraries")
|
|
369
|
+
self.simulation_output_path = str(Path(self.test_path) / "test_output" / "lib.tb")
|
|
324
370
|
renew_path(self.test_path)
|
|
325
371
|
renew_path(self.output_path)
|
|
326
372
|
renew_path(self.prefix_path)
|
|
373
|
+
renew_path(self.libraries_path)
|
|
374
|
+
renew_path(self.simulation_output_path)
|
|
327
375
|
installed_modelsim_ini = str(Path(self.prefix_path) / ".." / "modelsim.ini")
|
|
328
376
|
write_file(installed_modelsim_ini, "[Library]")
|
|
329
377
|
self.project = Project()
|
|
@@ -334,3 +382,24 @@ class TestModelSimInterface(unittest.TestCase):
|
|
|
334
382
|
os.chdir(self.cwd)
|
|
335
383
|
if Path(self.test_path).exists():
|
|
336
384
|
rmtree(self.test_path)
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
def make_config(sim_options=None, generics=None, verilog=False):
|
|
388
|
+
"""
|
|
389
|
+
Utility to reduce boiler plate in tests
|
|
390
|
+
"""
|
|
391
|
+
cfg = mock.Mock(spec=Configuration)
|
|
392
|
+
cfg.library_name = "lib"
|
|
393
|
+
|
|
394
|
+
if verilog:
|
|
395
|
+
cfg.entity_name = "tb"
|
|
396
|
+
cfg.architecture_name = None
|
|
397
|
+
else:
|
|
398
|
+
cfg.entity_name = "tb"
|
|
399
|
+
cfg.architecture_name = "test"
|
|
400
|
+
|
|
401
|
+
cfg.sim_options = {} if sim_options is None else sim_options
|
|
402
|
+
cfg.generics = {} if generics is None else generics
|
|
403
|
+
cfg.vhdl_configuration_name = None
|
|
404
|
+
cfg.vhdl_assert_stop_level = "error"
|
|
405
|
+
return cfg
|
|
@@ -273,6 +273,24 @@ if run("Test_2")
|
|
|
273
273
|
tests = self.create_tests(test_bench)
|
|
274
274
|
self.assert_has_tests(tests, [("lib.tb_entity", ("lib.tb_entity.Test_1", "lib.tb_entity.Test_2"))])
|
|
275
275
|
|
|
276
|
+
@with_tempdir
|
|
277
|
+
def test_that_run_in_same_simulation_attribute_from_python_works(self, tempdir):
|
|
278
|
+
for value in [None, True]:
|
|
279
|
+
design_unit = Entity(
|
|
280
|
+
"tb_entity",
|
|
281
|
+
file_name=str(Path(tempdir) / "file.vhd"),
|
|
282
|
+
contents="""\
|
|
283
|
+
if run("Test_1")
|
|
284
|
+
if run("Test_2")
|
|
285
|
+
--if run("Test_3")
|
|
286
|
+
""",
|
|
287
|
+
)
|
|
288
|
+
design_unit.generic_names = ["runner_cfg"]
|
|
289
|
+
test_bench = TestBench(design_unit)
|
|
290
|
+
test_bench.set_attribute("run_all_in_same_sim", value)
|
|
291
|
+
tests = self.create_tests(test_bench)
|
|
292
|
+
self.assert_has_tests(tests, [("lib.tb_entity", ("lib.tb_entity.Test_1", "lib.tb_entity.Test_2"))])
|
|
293
|
+
|
|
276
294
|
@with_tempdir
|
|
277
295
|
def test_add_config(self, tempdir):
|
|
278
296
|
design_unit = Entity("tb_entity", file_name=str(Path(tempdir) / "file.vhd"))
|
|
@@ -451,6 +469,22 @@ if run("Test 2")
|
|
|
451
469
|
else:
|
|
452
470
|
assert False, "RuntimeError not raised"
|
|
453
471
|
|
|
472
|
+
@with_tempdir
|
|
473
|
+
def test_error_on_global_attributes_from_python_on_tests(self, tempdir):
|
|
474
|
+
design_unit = Entity(
|
|
475
|
+
"tb_entity",
|
|
476
|
+
file_name=str(Path(tempdir) / "file.vhd"),
|
|
477
|
+
contents="""\
|
|
478
|
+
if run("Test 1")
|
|
479
|
+
if run("Test 2")
|
|
480
|
+
""",
|
|
481
|
+
)
|
|
482
|
+
design_unit.generic_names = ["runner_cfg"]
|
|
483
|
+
|
|
484
|
+
test_bench = TestBench(design_unit)
|
|
485
|
+
test = test_bench.get_test_case("Test 1")
|
|
486
|
+
self.assertRaises(AttributeException, test.set_attribute, "run_all_in_same_sim", True)
|
|
487
|
+
|
|
454
488
|
@with_tempdir
|
|
455
489
|
def test_test_information(self, tempdir):
|
|
456
490
|
file_name = str(Path(tempdir) / "file.vhd")
|
|
@@ -13,7 +13,7 @@ from vunit.hashing import hash_string
|
|
|
13
13
|
from vunit.ostools import read_file
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
def cached(key, function, file_name, encoding, database=None, newline=None):
|
|
16
|
+
def cached(key, function, file_name, encoding, *, database=None, newline=None):
|
|
17
17
|
"""
|
|
18
18
|
Call function with file content if an update is needed
|
|
19
19
|
"""
|
|
@@ -34,6 +34,7 @@ class Configuration(object): # pylint: disable=too-many-instance-attributes
|
|
|
34
34
|
self,
|
|
35
35
|
name,
|
|
36
36
|
design_unit,
|
|
37
|
+
*,
|
|
37
38
|
generics=None,
|
|
38
39
|
sim_options=None,
|
|
39
40
|
pre_config=None,
|
|
@@ -282,6 +283,7 @@ class ConfigurationVisitor(object):
|
|
|
282
283
|
def add_config( # pylint: disable=too-many-arguments
|
|
283
284
|
self,
|
|
284
285
|
name,
|
|
286
|
+
*,
|
|
285
287
|
generics=None,
|
|
286
288
|
pre_config=None,
|
|
287
289
|
post_check=None,
|
|
@@ -52,6 +52,7 @@ class VHDLDesignUnit(DesignUnit):
|
|
|
52
52
|
name,
|
|
53
53
|
source_file,
|
|
54
54
|
unit_type,
|
|
55
|
+
*,
|
|
55
56
|
is_primary=True,
|
|
56
57
|
primary_design_unit=None,
|
|
57
58
|
):
|
|
@@ -66,7 +67,7 @@ class Entity(VHDLDesignUnit):
|
|
|
66
67
|
"""
|
|
67
68
|
|
|
68
69
|
def __init__(self, name, source_file, generic_names=None):
|
|
69
|
-
VHDLDesignUnit.__init__(self, name, source_file, "entity", True)
|
|
70
|
+
VHDLDesignUnit.__init__(self, name, source_file, "entity", is_primary=True)
|
|
70
71
|
self.generic_names = [] if generic_names is None else generic_names
|
|
71
72
|
self._add_architecture_callback = None
|
|
72
73
|
self._architecture_names = {}
|
|
@@ -81,7 +81,7 @@ class VerilogPreprocessor(object):
|
|
|
81
81
|
|
|
82
82
|
return result
|
|
83
83
|
|
|
84
|
-
def preprocessor( # pylint: disable=too-many-arguments,too-many-branches
|
|
84
|
+
def preprocessor( # pylint: disable=too-many-arguments,too-many-branches,too-many-positional-arguments
|
|
85
85
|
self, token, stream, defines, include_paths, included_files
|
|
86
86
|
):
|
|
87
87
|
"""
|
|
@@ -162,7 +162,7 @@ class VerilogPreprocessor(object):
|
|
|
162
162
|
if token.value == "end_protected":
|
|
163
163
|
return
|
|
164
164
|
|
|
165
|
-
def expand_macro( # pylint: disable=too-many-arguments
|
|
165
|
+
def expand_macro( # pylint: disable=too-many-arguments,too-many-positional-arguments
|
|
166
166
|
self, macro_token, stream, defines, include_paths, included_files
|
|
167
167
|
):
|
|
168
168
|
"""
|
|
@@ -254,7 +254,9 @@ class VerilogPreprocessor(object):
|
|
|
254
254
|
stream.skip_while(NEWLINE)
|
|
255
255
|
return result
|
|
256
256
|
|
|
257
|
-
def include(
|
|
257
|
+
def include(
|
|
258
|
+
self, token, stream, include_paths, included_files, defines
|
|
259
|
+
): # pylint: disable=too-many-arguments,too-many-positional-arguments
|
|
258
260
|
"""
|
|
259
261
|
Handle `include directive
|
|
260
262
|
"""
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
2
|
+
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
3
|
+
# You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
4
|
+
#
|
|
5
|
+
# Copyright (c) 2014-2024, Lars Asplund lars.anders.asplund@gmail.com
|
|
6
|
+
"""
|
|
7
|
+
Viewer handling for GHDL and NVC.
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class ViewerMixin:
|
|
12
|
+
"""
|
|
13
|
+
Mixin class for handling common viewer functionality for the GHDL and NVC simulators.
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
__slots__ = (
|
|
17
|
+
"_gui",
|
|
18
|
+
"_viewer",
|
|
19
|
+
"_viewer_fmt",
|
|
20
|
+
"_viewer_args",
|
|
21
|
+
"_gtkwave_available",
|
|
22
|
+
"_surfer_available",
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
def __init__(self, gui, viewer, viewer_fmt, viewer_args):
|
|
26
|
+
self._gui = gui
|
|
27
|
+
self._viewer_fmt = viewer_fmt
|
|
28
|
+
self._viewer_args = viewer_args
|
|
29
|
+
self._viewer = viewer
|
|
30
|
+
if gui:
|
|
31
|
+
self._gtkwave_available = self.find_executable("gtkwave")
|
|
32
|
+
self._surfer_available = self.find_executable("surfer")
|
|
33
|
+
|
|
34
|
+
def _get_viewer(self, config):
|
|
35
|
+
"""
|
|
36
|
+
Determine the waveform viewer to use.
|
|
37
|
+
|
|
38
|
+
Falls back to gtkwave or surfer, in that order, if none is provided.
|
|
39
|
+
"""
|
|
40
|
+
viewer = self._viewer or config.sim_options.get(self.name + ".viewer.gui", None)
|
|
41
|
+
|
|
42
|
+
if viewer is None:
|
|
43
|
+
if self._gtkwave_available:
|
|
44
|
+
viewer = "gtkwave"
|
|
45
|
+
elif self._surfer_available:
|
|
46
|
+
viewer = "surfer"
|
|
47
|
+
else:
|
|
48
|
+
raise RuntimeError("No viewer found. GUI not possible. Install GTKWave or Surfer.")
|
|
49
|
+
|
|
50
|
+
elif not self.find_executable(viewer):
|
|
51
|
+
viewers = []
|
|
52
|
+
if self._gtkwave_available:
|
|
53
|
+
viewers += ["gtkwave"]
|
|
54
|
+
if self._surfer_available:
|
|
55
|
+
viewers += ["surfer"]
|
|
56
|
+
addendum = f" The following viewer(s) are found in the path: {', '.join(viewers)}" if viewers else ""
|
|
57
|
+
raise RuntimeError(
|
|
58
|
+
f"Cannot find the {viewer} executable in the PATH environment variable. GUI not possible.{addendum}"
|
|
59
|
+
)
|
|
60
|
+
return viewer
|
|
@@ -21,11 +21,12 @@ from ..exceptions import CompileError
|
|
|
21
21
|
from ..ostools import Process
|
|
22
22
|
from . import SimulatorInterface, ListOfStringOption, StringOption, BooleanOption
|
|
23
23
|
from ..vhdl_standard import VHDL
|
|
24
|
+
from ._viewermixin import ViewerMixin
|
|
24
25
|
|
|
25
26
|
LOGGER = logging.getLogger(__name__)
|
|
26
27
|
|
|
27
28
|
|
|
28
|
-
class GHDLInterface(SimulatorInterface): # pylint: disable=too-many-instance-attributes
|
|
29
|
+
class GHDLInterface(SimulatorInterface, ViewerMixin): # pylint: disable=too-many-instance-attributes
|
|
29
30
|
"""
|
|
30
31
|
Interface for GHDL simulator
|
|
31
32
|
"""
|
|
@@ -43,7 +44,9 @@ class GHDLInterface(SimulatorInterface): # pylint: disable=too-many-instance-at
|
|
|
43
44
|
sim_options = [
|
|
44
45
|
ListOfStringOption("ghdl.sim_flags"),
|
|
45
46
|
ListOfStringOption("ghdl.elab_flags"),
|
|
46
|
-
StringOption("ghdl.gtkwave_script.gui"),
|
|
47
|
+
StringOption("ghdl.gtkwave_script.gui"), # Deprecated in v5.1.0
|
|
48
|
+
StringOption("ghdl.viewer_script.gui"),
|
|
49
|
+
StringOption("ghdl.viewer.gui"),
|
|
47
50
|
BooleanOption("ghdl.elab_e"),
|
|
48
51
|
]
|
|
49
52
|
|
|
@@ -52,14 +55,16 @@ class GHDLInterface(SimulatorInterface): # pylint: disable=too-many-instance-at
|
|
|
52
55
|
"""
|
|
53
56
|
Add command line arguments
|
|
54
57
|
"""
|
|
55
|
-
group = parser.add_argument_group("ghdl", description="GHDL specific flags")
|
|
58
|
+
group = parser.add_argument_group("ghdl/nvc", description="GHDL/NVC specific flags")
|
|
56
59
|
group.add_argument(
|
|
60
|
+
"--viewer-fmt",
|
|
57
61
|
"--gtkwave-fmt",
|
|
58
62
|
choices=["vcd", "fst", "ghw"],
|
|
59
63
|
default=None,
|
|
60
|
-
help="Save .vcd, .fst, or .ghw to open in
|
|
64
|
+
help="Save .vcd, .fst, or .ghw to open in waveform viewer. NVC does not support ghw.",
|
|
61
65
|
)
|
|
62
|
-
group.add_argument("--gtkwave-args", default="", help="Arguments to pass to
|
|
66
|
+
group.add_argument("--viewer-args", "--gtkwave-args", default="", help="Arguments to pass to waveform viewer")
|
|
67
|
+
group.add_argument("--viewer", default=None, help="Waveform viewer to use")
|
|
63
68
|
|
|
64
69
|
@classmethod
|
|
65
70
|
def from_args(cls, args, output_path, **kwargs):
|
|
@@ -71,8 +76,9 @@ class GHDLInterface(SimulatorInterface): # pylint: disable=too-many-instance-at
|
|
|
71
76
|
output_path=output_path,
|
|
72
77
|
prefix=prefix,
|
|
73
78
|
gui=args.gui,
|
|
74
|
-
|
|
75
|
-
|
|
79
|
+
viewer_fmt=args.viewer_fmt,
|
|
80
|
+
viewer_args=args.viewer_args,
|
|
81
|
+
viewer=args.viewer,
|
|
76
82
|
backend=cls.determine_backend(prefix),
|
|
77
83
|
)
|
|
78
84
|
|
|
@@ -87,21 +93,25 @@ class GHDLInterface(SimulatorInterface): # pylint: disable=too-many-instance-at
|
|
|
87
93
|
self,
|
|
88
94
|
output_path,
|
|
89
95
|
prefix,
|
|
96
|
+
*,
|
|
90
97
|
gui=False,
|
|
91
|
-
|
|
92
|
-
|
|
98
|
+
viewer_fmt=None,
|
|
99
|
+
viewer_args="",
|
|
100
|
+
viewer=None,
|
|
93
101
|
backend="llvm",
|
|
94
102
|
):
|
|
95
103
|
SimulatorInterface.__init__(self, output_path, gui)
|
|
104
|
+
ViewerMixin.__init__(
|
|
105
|
+
self,
|
|
106
|
+
gui=gui,
|
|
107
|
+
viewer=viewer,
|
|
108
|
+
viewer_fmt="ghw" if gui and viewer_fmt is None else viewer_fmt,
|
|
109
|
+
viewer_args=viewer_args,
|
|
110
|
+
)
|
|
111
|
+
|
|
96
112
|
self._prefix = prefix
|
|
97
113
|
self._project = None
|
|
98
114
|
|
|
99
|
-
if gui and (not self.find_executable("gtkwave")):
|
|
100
|
-
raise RuntimeError("Cannot find the gtkwave executable in the PATH environment variable. GUI not possible")
|
|
101
|
-
|
|
102
|
-
self._gui = gui
|
|
103
|
-
self._gtkwave_fmt = "ghw" if gui and gtkwave_fmt is None else gtkwave_fmt
|
|
104
|
-
self._gtkwave_args = gtkwave_args
|
|
105
115
|
self._backend = backend
|
|
106
116
|
self._vhdl_standard = None
|
|
107
117
|
self._coverage_test_dirs = set() # For gcov
|
|
@@ -123,7 +133,7 @@ class GHDLInterface(SimulatorInterface): # pylint: disable=too-many-instance-at
|
|
|
123
133
|
@classmethod
|
|
124
134
|
def _get_help_output(cls, prefix):
|
|
125
135
|
"""
|
|
126
|
-
Get the output of 'ghdl --
|
|
136
|
+
Get the output of 'ghdl --help'
|
|
127
137
|
"""
|
|
128
138
|
return subprocess.check_output([str(Path(prefix) / cls.executable), "--help"]).decode()
|
|
129
139
|
|
|
@@ -277,7 +287,7 @@ class GHDLInterface(SimulatorInterface): # pylint: disable=too-many-instance-at
|
|
|
277
287
|
|
|
278
288
|
def _get_command(
|
|
279
289
|
self, config, output_path, elaborate_only, ghdl_e, test_suite_name, wave_file
|
|
280
|
-
): # pylint: disable=too-many-branches,too-many-arguments
|
|
290
|
+
): # pylint: disable=too-many-branches,too-many-arguments,too-many-positional-arguments
|
|
281
291
|
"""
|
|
282
292
|
Return GHDL simulation command
|
|
283
293
|
"""
|
|
@@ -315,11 +325,11 @@ class GHDLInterface(SimulatorInterface): # pylint: disable=too-many-instance-at
|
|
|
315
325
|
sim += ["--ieee-asserts=disable"]
|
|
316
326
|
|
|
317
327
|
if wave_file:
|
|
318
|
-
if self.
|
|
328
|
+
if self._viewer_fmt == "ghw":
|
|
319
329
|
sim += [f"--wave={wave_file!s}"]
|
|
320
|
-
elif self.
|
|
330
|
+
elif self._viewer_fmt == "vcd":
|
|
321
331
|
sim += [f"--vcd={wave_file!s}"]
|
|
322
|
-
elif self.
|
|
332
|
+
elif self._viewer_fmt == "fst":
|
|
323
333
|
sim += [f"--fst={wave_file!s}"]
|
|
324
334
|
|
|
325
335
|
if not ghdl_e:
|
|
@@ -355,8 +365,8 @@ class GHDLInterface(SimulatorInterface): # pylint: disable=too-many-instance-at
|
|
|
355
365
|
|
|
356
366
|
ghdl_e = elaborate_only and config.sim_options.get("ghdl.elab_e", False)
|
|
357
367
|
|
|
358
|
-
if self.
|
|
359
|
-
data_file_name = str(Path(script_path) / f"wave.{self.
|
|
368
|
+
if self._viewer_fmt is not None:
|
|
369
|
+
data_file_name = str(Path(script_path) / f"wave.{self._viewer_fmt!s}")
|
|
360
370
|
if Path(data_file_name).exists():
|
|
361
371
|
remove(data_file_name)
|
|
362
372
|
else:
|
|
@@ -382,10 +392,20 @@ class GHDLInterface(SimulatorInterface): # pylint: disable=too-many-instance-at
|
|
|
382
392
|
except Process.NonZeroExitCode:
|
|
383
393
|
status = False
|
|
384
394
|
|
|
395
|
+
if config.sim_options.get(self.name + ".gtkwave_script.gui", None):
|
|
396
|
+
LOGGER.warning(
|
|
397
|
+
"%s.gtkwave_script.gui is deprecated and will be removed "
|
|
398
|
+
"in a future version, use %s.viewer_script.gui instead",
|
|
399
|
+
self.name,
|
|
400
|
+
self.name,
|
|
401
|
+
)
|
|
402
|
+
|
|
385
403
|
if self._gui and not elaborate_only:
|
|
386
|
-
cmd = [
|
|
404
|
+
cmd = [self._get_viewer(config)] + shlex.split(self._viewer_args) + [data_file_name]
|
|
387
405
|
|
|
388
|
-
init_file = config.sim_options.get(
|
|
406
|
+
init_file = config.sim_options.get(
|
|
407
|
+
self.name + ".viewer_script.gui", config.sim_options.get(self.name + ".gtkwave_script.gui", None)
|
|
408
|
+
)
|
|
389
409
|
if init_file is not None:
|
|
390
410
|
cmd += ["--script", str(Path(init_file).resolve())]
|
|
391
411
|
|
|
@@ -84,7 +84,7 @@ class IncisiveInterface(SimulatorInterface): # pylint: disable=too-many-instanc
|
|
|
84
84
|
return False
|
|
85
85
|
|
|
86
86
|
def __init__( # pylint: disable=too-many-arguments
|
|
87
|
-
self, prefix, output_path, gui=False, log_level=None, cdslib=None, hdlvar=None
|
|
87
|
+
self, prefix, output_path, *, gui=False, log_level=None, cdslib=None, hdlvar=None
|
|
88
88
|
):
|
|
89
89
|
SimulatorInterface.__init__(self, output_path, gui)
|
|
90
90
|
self._prefix = prefix
|