{"id":13417292,"url":"https://github.com/OSVVM/AXI4","last_synced_at":"2025-03-15T02:30:47.535Z","repository":{"id":37923635,"uuid":"125653139","full_name":"OSVVM/AXI4","owner":"OSVVM","description":"AXI4 Full, Lite, and AxiStream verification components. AXI4 Interface Master, Responder, and Memory verification components. AxiStream transmitter and receiver verification components","archived":false,"fork":false,"pushed_at":"2024-09-04T23:22:30.000Z","size":2558,"stargazers_count":126,"open_issues_count":6,"forks_count":17,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-09-05T16:43:16.770Z","etag":null,"topics":["axi4","axi4-lite","axi4-stream","osvvm","simulation","simulation-modeling","testbench","tlm","verification","verification-component","vhdl","vip"],"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}},"created_at":"2018-03-17T17:27:29.000Z","updated_at":"2024-09-04T13:25:01.000Z","dependencies_parsed_at":"2023-02-13T02:45:56.867Z","dependency_job_id":"a5a8f375-27b0-4699-95cd-e59cf62339af","html_url":"https://github.com/OSVVM/AXI4","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSVVM%2FAXI4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSVVM%2FAXI4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSVVM%2FAXI4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSVVM%2FAXI4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSVVM","download_url":"https://codeload.github.com/OSVVM/AXI4/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243674606,"owners_count":20329126,"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":["axi4","axi4-lite","axi4-stream","osvvm","simulation","simulation-modeling","testbench","tlm","verification","verification-component","vhdl","vip"],"created_at":"2024-07-30T22:00:34.987Z","updated_at":"2025-03-15T02:30:47.111Z","avatar_url":"https://github.com/OSVVM.png","language":"VHDL","readme":"# AXI4 Verification Component Library\nThe AXI Verification Component Library implements\nverification components for:  \n  - [AXI4](https://github.com/osvvm/AXI4#readme)\n    - Manager with bursting\n    - Memory Subordinate with bursting\n    - Transaction Subordinate - no bursting\n  - [AXI4 Lite](https://github.com/osvvm/AXI4#readme)\n    - Manager\n    - Memory Subordinate\n    - Transaction Subordinate \n  - [AXI Stream](https://github.com/osvvm/AXI4#readme)\n    - Transmitter\n    - Receiver\n\n\n## Testbenches are Included \nTestbenches are in the Git repository, so you can \nrun a simulation and see a live example \nof how to use the models.\n\n## AXI Project Structure\n   * AXI4\n      * Common\n         * src\n      * Axi4\n         * src\n         * testbench\n      * Axi4Lite\n         * src\n         * testbench\n      * AxiStream\n         * src\n         * testbench\n         \n## Release History\nFor the release history see, [CHANGELOG.md](CHANGELOG.md)\n\n## Learning OSVVM\nYou can find an overview of OSVVM at [osvvm.github.io](https://osvvm.github.io).\nAlternately you can find our pdf documentation at \n[OSVVM Documentation Repository](https://github.com/OSVVM/Documentation#readme).\n\nYou can also learn OSVVM by taking the class, [Advanced VHDL Verification and Testbenches - OSVVM\u0026trade; BootCamp](https://synthworks.com/vhdl_testbench_verification.htm)\n\n## Download OSVVM Libraries\nOSVVM is available as either a git repository \n[OsvvmLibraries](https://github.com/osvvm/OsvvmLibraries) \nor zip file from [osvvm.org Downloads Page](https://osvvm.org/downloads).\n\nOn GitHub, all OSVVM libraries are a submodule of the repository OsvvmLibraries. Download all OSVVM libraries using git clone with the “–recursive” flag: \n```    \n  $ git clone --recursive https://github.com/osvvm/OsvvmLibraries\n```\n        \n## Run The Demos\nA great way to get oriented with OSVVM is to run the demos.\nFor directions on running the demos, see [OSVVM Scripts](https://github.com/osvvm/OSVVM-Scripts#readme).\n\n## Participating and Project Organization \nThe OSVVM project welcomes your participation with either \nissue reports or pull requests.\n\nYou can find the project [Authors here](AUTHORS.md) and\n[Contributors here](CONTRIBUTORS.md).\n\n### AXI4/common/src\nContains packages shared by Axi4, Axi4Lite, and AxiStream.\n   * Axi4LiteInterfacePkg.vhd\n      * Defines Axi4Lite Interface record\n   * Axi4InterfacePkg.vhd\n      * Defines Axi4 Full Interface record\n   * Axi4InterfaceCommonPkg.vhd\n      * Defines RESP and PROT values for Axi4 Full and Lite\n   * Axi4CommonPkg.vhd\n      * Used by Axi4, Axi4Lite, and AxiStream\n      * Defines procedures to handle ready and valid signaling \n   * Axi4ModelPkg.vhd\n      * Used by Axi4 and Axi4Lite\n      * Defines handling for Axi4 Bus interface\n   * Axi4OptionsPkg.vhd\n      * Used by Axi4 and Axi4Lite\n      * Transaction extensions for AXI4 bus interface\n      * Used in conjunction with AddressBusTransactionpkg \n   * Axi4VersionCompatibilityPkg.vhd\n      * Used by testbenches that used earlier versions of Axi4 and Axi4Lite verification components\n      * Used to minimize changes made to the AXI4\n\nFor current compile order see AXI4/common/common.pro.\n\n### AXI4/Axi4/src\nAXI4 Full verification components.\nUses OSVVM Model Independent Transactions for Address Busses.\nSee OSVVM-Common repository, files\nCommon/src/AddressBusTransactionpkg.vhd and \nCommon/src/AddressBusResponderTransactionPkg.vhd\n\n   * Packages with component declarations for verification components\n      * Axi4ComponentPkg.vhd - All AXI4 CTI Components\n      * Axi4ComponentVtiPkg.vhd - All AXI4 VTI Components\n   * Axi4Context.vhd\n      * References all packages required to use the AXI4 verification components\n   * Axi4Manager.vhd and Axi4ManagerVti.vhd\n      * AXI4 Manager verification component with bursting\n   * Axi4Monitor_dummy.vhd\n   * Axi4Subordinate.vhd and Axi4SubordinateVti.vhd\n      * AXI4 Subordinate verification component\n      * Currently does not support bursting\n   * Axi4Memory.vhd and Axi4MemoryVti.vhd\n      * AXI4 Memory Subordinate verification component with bursting\n\nFor current compile order see AXI4/Axi4/Axi4.pro.\n\n### AXI4/Axi4Lite/src \nAXI4 Lite verification components.\nUses OSVVM Model Independent Transactions for AddressBusses.\nSee OSVVM-Common repository, files Common/src/AddressBusTransactionpkg.vhd and \nCommon/src/AddressBusResponderTransactionPkg.vhd\n\n   * Axi4LiteComponentPkg.vhd \n      * Packages with component declarations for verification components\n   * Axi4LiteContext.vhd\n      * References all packages required to use the AXI4Lite verification components\n   * Axi4LiteManager.vhd\n      * AXI4 Manager verification component\n   * Axi4LiteMonitor_dummy.vhd\n   * Axi4LiteSubordinate.vhd\n      * AXI4 Subordinate verification component\n   * Axi4LiteMemory.vhd\n      * AXI4 Memory verification component\n\nFor current compile order see AXI4/Axi4Lite/Axi4Lite.pro.\n\n### AXI4/AxiStream/src \nAxiStream Transmitter and Receiver verification components. \nUses OSVVM Model Independent Transactions for Streaming.\nSee OSVVM-Common repository, file Common/src/StreamTransactionPkg.vhd\n\n   * AxiStreamOptionsPkg.vhd\n      * Transaction extensions for AxiStream interface\n      * Used in conjunction with StreamTransactionpkg \n   * AxiStreamTransmitter.vhd and AxiStreamTransmitterVti.vhd\n      * AXI4 Transmitter verification component\n   * AxiStreamReceiver.vhd and AxiStreamReceiverVti.vhd\n      * AXI4 Receiver verification component\n   * AxiStreamComponentPkg.vhd\n      * Packages with component declarations for verification components\n   * AxiStreamContext.vhd\n      * References all packages required to use the AxiStream verification components\n\nFor current compile order see AXI4/AxiStream/AxiStream.pro.\n\n## More Information on OSVVM\n\n**OSVVM Forums and Blog:**     [http://www.osvvm.org/](http://www.osvvm.org/)   \n**Gitter:** [https://gitter.im/OSVVM/Lobby](https://gitter.im/OSVVM/Lobby)  \n**Documentation:** [osvvm.github.io](https://osvvm.github.io)    \n**Documentation:** [PDF Documentation](https://github.com/OSVVM/Documentation)  \n\n## Copyright and License\nCopyright (C) 2006-2022 by [SynthWorks Design Inc.](http://www.synthworks.com/)  \nCopyright (C) 2022 by [OSVVM Authors](AUTHORS.md)   \n\nThis file is part of OSVVM.\n\n    Licensed under Apache License, Version 2.0 (the \"License\")\n    You may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n  [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","funding_links":[],"categories":["VHDL","Frameworks:"],"sub_categories":["OSVVM"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOSVVM%2FAXI4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOSVVM%2FAXI4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOSVVM%2FAXI4/lists"}