{"id":13791041,"url":"https://github.com/OSVVM/OSVVM","last_synced_at":"2025-05-12T09:33:54.081Z","repository":{"id":3329240,"uuid":"47550727","full_name":"OSVVM/OSVVM","owner":"OSVVM","description":"OSVVM Utility Library: AlertLogPkg, CoveragePkg, RandomPkg, ScoreboardGenericPkg, MemoryPkg, TbUtilPkg, TranscriptPkg, ...","archived":false,"fork":false,"pushed_at":"2025-05-06T01:42:04.000Z","size":19719,"stargazers_count":238,"open_issues_count":10,"forks_count":67,"subscribers_count":26,"default_branch":"main","last_synced_at":"2025-05-06T02:34:21.603Z","etag":null,"topics":["alerts","constrained-random","coverage","coverage-bins","memory","memory-model","methodology","osvvm","osvvm-blog","scoreboard","simulation","testbench","transaction-interfaces","verification","verification-methodologies","vhdl"],"latest_commit_sha":null,"homepage":"","language":"VHDL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OSVVM.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-12-07T12:26:44.000Z","updated_at":"2025-05-06T01:41:24.000Z","dependencies_parsed_at":"2023-09-27T08:11:34.520Z","dependency_job_id":"bb57eed5-03a0-449c-b712-f8c9bab72fb7","html_url":"https://github.com/OSVVM/OSVVM","commit_stats":{"total_commits":337,"total_committers":5,"mean_commits":67.4,"dds":"0.041543026706231445","last_synced_commit":"eb5b0503fb2ec10da138a95611b8597466173bd9"},"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSVVM%2FOSVVM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSVVM%2FOSVVM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSVVM%2FOSVVM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSVVM%2FOSVVM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSVVM","download_url":"https://codeload.github.com/OSVVM/OSVVM/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253709501,"owners_count":21951163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alerts","constrained-random","coverage","coverage-bins","memory","memory-model","methodology","osvvm","osvvm-blog","scoreboard","simulation","testbench","transaction-interfaces","verification","verification-methodologies","vhdl"],"created_at":"2024-08-03T22:00:54.698Z","updated_at":"2025-05-12T09:33:53.437Z","avatar_url":"https://github.com/OSVVM.png","language":"VHDL","readme":"# The OSVVM VHDL Verification Utility Library \r\nThe [OSVVM VHDL verification utility library](https://github.com/osvvm/osvvm) implements advanced verification capabilities that are simple to use and feel like built-in language features.  These include:   \r\n\r\n  - Transaction-Level Modeling (TbUtilPkg, ResolutionPkg)\r\n  - Constrained Random test generation (RandomPkg)\r\n  - Functional Coverage with hooks for UCIS coverage database integration (CoveragePkg)\r\n  - Intelligent Coverage Random test generation  (CoveragePkg)\r\n  - Utilities for testbench process synchronization generation (TbUtilPkg)\r\n  - Utilities for clock and reset generation (TbUtilPkg)\r\n  - Transcript files (TranscriptPkg)\r\n  - Error logging and reporting - Alerts and Affirmations (AlertLogPkg)\r\n  - Message filtering - Logs (AlertLogPkg)\r\n  - Scoreboards and FIFOs (data structures for verification) (ScoreboardGenericPkg)\r\n  - Memory models (MemoryPkg)\r\n  - Test Reporting - Test Suite and Test Case in HTML \r\n  - Continuous Integration (CI/CD) Support - with JUnit XML reports\r\n \r\n## Release History\r\n   For current release information see [CHANGELOG.md](CHANGELOG.md)\r\n   \r\n## Learning OSVVM\r\nYou can find an overview of OSVVM at [osvvm.github.io](https://osvvm.github.io).\r\nAlternately you can find our pdf documentation at \r\n[OSVVM Documentation Repository](https://github.com/OSVVM/Documentation#readme).\r\n\r\nYou can also learn OSVVM by taking the class, [Advanced VHDL Verification and Testbenches - OSVVM\u0026trade; BootCamp](https://synthworks.com/vhdl_testbench_verification.htm)\r\n \r\n## Download OSVVM Libraries\r\nOSVVM is available as either a git repository \r\n[OsvvmLibraries](https://github.com/osvvm/OsvvmLibraries) \r\nor a zip file from [osvvm.org Downloads Page](https://osvvm.org/downloads).\r\n\r\nOn GitHub, all OSVVM libraries are a submodule of the repository OsvvmLibraries. Download all OSVVM libraries using git clone with the “–recursive” flag:\r\n```    \r\n  $ git clone --recursive https://github.com/osvvm/OsvvmLibraries\r\n```\r\n        \r\nAlternately to get just the OSVVM verification utility library use:  \r\n        `$ git clone https://github.com/OSVVM/OSVVM`\r\n\r\n## Run The Demos\r\nA great way to get oriented with OSVVM is to run the demos.\r\nFor directions on running the demos, see [OSVVM Scripts](https://github.com/osvvm/OSVVM-Scripts#readme).\r\n\r\n## Participating and Project Organization \r\nThe OSVVM project welcomes your participation with either \r\nissue reports or pull requests.\r\n\r\nYou can find the project [Authors and Contributors here](AUTHORS.md)\r\n\r\n## The OSVVM Family of libraries\r\nThe OSVVM family of libraries includes the VHDL Verification Utility library (this one)\r\nas well as verification components and scripting.  These are all kept\r\nas submodules of [OsvvmLibraries](https://github.com/osvvm/OsvvmLibraries).\r\n\r\n## More Information on OSVVM\r\n\r\n**OSVVM Forums and Blog:**     [http://www.osvvm.org/](http://www.osvvm.org/)   \r\n**Gitter:** [https://gitter.im/OSVVM/Lobby](https://gitter.im/OSVVM/Lobby)  \r\n**Documentation:** [osvvm.github.io](https://osvvm.github.io)    \r\n**Documentation:** [PDF Documentation](https://github.com/OSVVM/Documentation)  \r\n\r\n## Copyright and License\r\nCopyright (C) 2006-2024 by [SynthWorks Design Inc.](http://www.synthworks.com/)  \r\nCopyright (C) 2022-2024 by [OSVVM Authors](AUTHORS.md)   \r\n\r\nThis file is part of OSVVM.\r\n\r\n    Licensed under Apache License, Version 2.0 (the \"License\")\r\n    You may not use this file except in compliance with the License.\r\n    You may obtain a copy of the License at\r\n\r\n  [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\r\n\r\n    Unless required by applicable law or agreed to in writing, software\r\n    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n    See the License for the specific language governing permissions and\r\n    limitations under the License.\r\n\r\n\r\n","funding_links":[],"categories":["Verification Frameworks"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOSVVM%2FOSVVM","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOSVVM%2FOSVVM","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOSVVM%2FOSVVM/lists"}