{"id":13417299,"url":"https://github.com/OSVVM/DpRam","last_synced_at":"2025-03-15T02:30:51.425Z","repository":{"id":146511090,"uuid":"465957338","full_name":"OSVVM/DpRam","owner":"OSVVM","description":"DpRam","archived":false,"fork":false,"pushed_at":"2024-07-25T05:19:33.000Z","size":44,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-31T22:38:11.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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":"2022-03-04T02:38:34.000Z","updated_at":"2024-07-25T02:26:26.000Z","dependencies_parsed_at":"2024-10-26T13:32:39.662Z","dependency_job_id":null,"html_url":"https://github.com/OSVVM/DpRam","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSVVM%2FDpRam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSVVM%2FDpRam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSVVM%2FDpRam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSVVM%2FDpRam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSVVM","download_url":"https://codeload.github.com/OSVVM/DpRam/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243674623,"owners_count":20329129,"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":[],"created_at":"2024-07-30T22:00:35.080Z","updated_at":"2025-03-15T02:30:51.055Z","avatar_url":"https://github.com/OSVVM.png","language":"VHDL","funding_links":[],"categories":["Frameworks:"],"sub_categories":["OSVVM"],"readme":"# DpRam Library \nThe DpRam is a behavioral model for a DPRAM/BRAM.\nIt also includes a DpRamManager verification component to\ndrive the interface to the DpRam behavioral model. \n\n## Testbenches are Included \n\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## DpRam Project Structure\n   * DpRam\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### DpRam/src\nDpRam behavioral and verification components.\nBuild these using DpRam/DpRam.pro script.  \n\n\n### DpRam/testbench\nThe testbench provides testbenches to verify the DpRam src components.\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOSVVM%2FDpRam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOSVVM%2FDpRam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOSVVM%2FDpRam/lists"}