{"id":18779632,"url":"https://github.com/var7600/vhdl-testbench","last_synced_at":"2026-02-06T20:31:23.638Z","repository":{"id":246455452,"uuid":"821181145","full_name":"Var7600/VHDL-TestBench","owner":"Var7600","description":"A simple python script to generate a VHDL testbench template given an entity-architecture declaration passed as argument(s) as a file(s)","archived":false,"fork":false,"pushed_at":"2025-01-02T01:09:36.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T04:44:40.769Z","etag":null,"topics":["hdl","testbench-generator","testbench-generator-vhdl","vhdl","vhdl-testbench"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Var7600.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-28T01:47:40.000Z","updated_at":"2025-01-02T01:18:25.000Z","dependencies_parsed_at":"2024-06-28T03:23:26.741Z","dependency_job_id":"72a79e67-b6a2-470f-885c-22bc77d06169","html_url":"https://github.com/Var7600/VHDL-TestBench","commit_stats":null,"previous_names":["var7600/vhdl-testbench"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Var7600/VHDL-TestBench","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2FVHDL-TestBench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2FVHDL-TestBench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2FVHDL-TestBench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2FVHDL-TestBench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Var7600","download_url":"https://codeload.github.com/Var7600/VHDL-TestBench/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Var7600%2FVHDL-TestBench/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29175208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T20:14:21.878Z","status":"ssl_error","status_checked_at":"2026-02-06T20:14:21.443Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["hdl","testbench-generator","testbench-generator-vhdl","vhdl","vhdl-testbench"],"created_at":"2024-11-07T20:21:52.498Z","updated_at":"2026-02-06T20:31:23.622Z","avatar_url":"https://github.com/Var7600.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VHDL Testbench Generator\n# Badges\n[![unit-test python](https://github.com/Var7600/VHDL-TestBench/actions/workflows/python-app.yml/badge.svg)](https://github.com/Var7600/VHDL-TestBench/actions/workflows/python-app.yml)\n---\n\n**A  python script to generate a  VHDL testbench template  given an entity-architecture declaration  passed as file(s) argument(s).**\n\n# Demo\n\nhttps://github.com/Var7600/VHDL-TestBench/assets/77991946/c12ecadf-ef14-4735-a7ea-1395e4b94f1f\n\n# Usage\n\n- download the python script\n  \n  ```bash\n   git clone https://github.com/Var7600/VHDL-TestBench.git\n   cd VHDL-TestBench\n  ```\n\n- you can launch the script without a argument to see the Help and example of usages\n  \n  1. **Linux/MAC**\n     \n     ```bash\n     \u003e chmod +x testbench_generator.py\n     \u003e ./testbench_generator.py\n     Usage: python3 testbench_generator.py [VHDL FILE]. . .\n     \n         generate testbench template of VHDL FILE(s) to current working directory\n     \n         Examples:\n          python3 testbench_generator.py adder.vhdl mux.vhdl\n     ```\n     \n     2. **Windows**\n  \n  ```bash\n  \u003e python3 testbench_generator.py\n  Usage: python3 testbench_generator.py [VHDL FILE]. . .\n  \n      generate testbench template of VHDL FILE(s) to current working directory\n  \n      Examples:\n       python3 testbench_generator.py adder.vhdl mux.vhdl\n  ```\n\n- you can launch it with multiples VHDL files in arguments\n  \n  1. with one VHDL file\n  \n  2. with multiples VHDL files in arguments\n     \n     ```bash\n     python3 testbench_generator.py examples\\Decoder3_8.vhdl examples\\Mux2_1.vhdl\n     ```\n\n# run unittest\n\n```bash\npython3 -m unittest tests\\test_testbench_generator.py\n```\n\n# # Contributions\n\n- pull request are welcome!\n\n# License\n\n **MIT License**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvar7600%2Fvhdl-testbench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvar7600%2Fvhdl-testbench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvar7600%2Fvhdl-testbench/lists"}