{"id":28505153,"url":"https://github.com/sporniket/seed-vhdl","last_synced_at":"2026-02-05T04:33:21.179Z","repository":{"id":46013995,"uuid":"420889469","full_name":"sporniket/seed-vhdl","owner":"sporniket","description":"A VHDL library to bootstrap a VHDL project with all the code I deemed usefull for any purpose.","archived":false,"fork":false,"pushed_at":"2025-05-13T05:14:05.000Z","size":130,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T07:51:17.839Z","etag":null,"topics":["library","vhdl"],"latest_commit_sha":null,"homepage":"","language":"VHDL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sporniket.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":"2021-10-25T05:26:52.000Z","updated_at":"2025-05-13T05:14:08.000Z","dependencies_parsed_at":"2025-05-13T06:32:18.534Z","dependency_job_id":null,"html_url":"https://github.com/sporniket/seed-vhdl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sporniket/seed-vhdl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sporniket%2Fseed-vhdl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sporniket%2Fseed-vhdl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sporniket%2Fseed-vhdl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sporniket%2Fseed-vhdl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sporniket","download_url":"https://codeload.github.com/sporniket/seed-vhdl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sporniket%2Fseed-vhdl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29111891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T03:44:17.043Z","status":"ssl_error","status_checked_at":"2026-02-05T03:44:12.077Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["library","vhdl"],"created_at":"2025-06-08T19:06:46.197Z","updated_at":"2026-02-05T04:33:21.165Z","avatar_url":"https://github.com/sporniket.png","language":"VHDL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e NOTE, 2025-05-13 : previously mentionned foreseeable future seems to span up to 18 monthes. I need to do some vhdl again, so I unfreeze this repository. I plan to fix the design flaws of the components I wrote. Slowly.\n\n\u003e NOTE, 2023-11-15 : Since long ago, I switched to [Amaranth HDL (previously nMigen)](https://github.com/amaranth-lang/amaranth/) and I don't plan on writing VHDL again for the foreseeable future, this repository is archived as of today (2023-11-15)\n\n---\n\n# seed-vhdl\nA VHDL library to bootstrap a VHDL project with all the code I deemed usefull for any purpose.\n\n\u003e This project is originally made by David SPORN. It is marked\n\u003e with CC0 1.0 Universal. To view a copy of this license, visit\n\u003e http://creativecommons.org/publicdomain/zero/1.0\n\u003e\n\u003e The original source project of this document may be found at\n\u003e https://github.com/sporniket/seed-vhdl\n\n## HOW TO use with ISE 14.7\n\n_Exemples are given in a Unix/Linux like OS. The reader is supposed at ease with using a command shell. Alternative like using a graphical user interface for git and basic drive operations are not described._\n\n_When giving examples of file pathes, projects will be stored inside at an hypothetical location `/path/to/projects`_\n\n### As a standalone project, to contribute.\n\n* In github, fork this project. The forked project will be one of your repositories, e.g. `https://github.com/super-contributor/seed-vhdl`.\n* In the project folder, clone your repository : `git clone https://github.com/super-contributor/seed-vhdl`\n* Note the path to the cloned repository, e.g. `/path/to/projects/seed-vhdl`.\n* With ISE, create a new Project using the following value\n  * **Name** : the name of your project, e.g. `seed-vhdl`\n  * **Location** : the path of the project, e.g. `/path/to/projects/seed-vhdl`\n  * **Working Directory** : it **MUST** be a subdirectory named `workspace`, e.g. `/path/to/projects/seed-vhdl/workspace`\n* In the menu _Project_, add a new library named `sporniket`, with the path being the location of the project itself, e.g. `/path/to/projects/seed-vhdl` ; change the setting of all the files with a name starting with `tb_`, that MUST be associated to the _Simulation_ only.\n* Save your project.\n* Modify the project as you see fit, stage your changes, commit them and push them\n* On github, create a pull request to suggest your change, with proper description. The author may or may not accept it, and in any case thank you !\n\n### As a library stored outside a project\n\n* In the project folder, clone this repository : `git clone https://github.com/sporniket/seed-vhdl`\n* Note the path to the cloned repository, e.g. `/path/to/projects/seed-vhdl`.\n* With ISE, create a new Project using the following value\n  * **Name** : the name of your project, e.g. `super-project`\n  * **Location** : the path of the project, e.g. `/path/to/projects/super-project`\n  * **Working Directory** : it **MUST** be a subdirectory named `workspace`, e.g. `/path/to/projects/super-project/workspace`\n* In the menu _Project_, add a new library named `sporniket`, with the path being the location of the cloned repository, e.g. `/path/to/projects/seed-vhdl` ; change the setting of all the files with a name starting with `tb_`, that MUST be associated to the _Simulation_ only.\n* Save your project.\n* You may put your project under the control of git or other version control software.\n\n\n### As a git submodule\n\n* Init a local folder with git, e.g. `git init /path/to/projects/super-project`.\n* Set the command shell to this folder, e.g. `cd /path/to/projects/super-project`\n* With ISE, create a new Project using the following value\n  * **Name** : the name of your project, e.g. `super-project`\n  * **Location** : the path of the project, e.g. `/path/to/projects/super-project`\n  * **Working Directory** : it **MUST** be a subdirectory named `workspace`, e.g. `/path/to/projects/super-project/workspace`\n* Ajouter le dépôt `seed-vhdl` en le renommant `sporniket`, e.g. `git submodule add https://github.com/sporniket/seed-vhdl sporniket`\n* With ISE, in the menu _Project_, add a new library named `sporniket`, with the path of the submodule, e.g. `/path/to/projects/super-project/sporniket` ; change the setting of all the files with a name starting with `tb_`, that MUST be associated to the _Simulation_ only.\n* Save your project.\n* Stage the project changes, and commit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsporniket%2Fseed-vhdl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsporniket%2Fseed-vhdl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsporniket%2Fseed-vhdl/lists"}