{"id":13648955,"url":"https://github.com/recolic/vivado-wrapper","last_synced_at":"2025-04-22T11:33:27.773Z","repository":{"id":97850341,"uuid":"137884906","full_name":"recolic/vivado-wrapper","owner":"recolic","description":"This is a read-only mirror for https://git.recolic.net/root/vivado-wrapper","archived":false,"fork":false,"pushed_at":"2021-03-25T06:16:24.000Z","size":87,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-09T23:36:23.118Z","etag":null,"topics":["bash","build-tool","command-line","project-management","vivado"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/recolic.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}},"created_at":"2018-06-19T11:53:54.000Z","updated_at":"2024-07-10T20:08:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"74b2708d-7967-499c-b7f6-897fa424e029","html_url":"https://github.com/recolic/vivado-wrapper","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recolic%2Fvivado-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recolic%2Fvivado-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recolic%2Fvivado-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recolic%2Fvivado-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/recolic","download_url":"https://codeload.github.com/recolic/vivado-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250232603,"owners_count":21396667,"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":["bash","build-tool","command-line","project-management","vivado"],"created_at":"2024-08-02T01:04:40.015Z","updated_at":"2025-04-22T11:33:27.471Z","avatar_url":"https://github.com/recolic.png","language":"Shell","funding_links":[],"categories":["Shell","小工具"],"sub_categories":["CS/SE/CSE only"],"readme":"# Vivado Wrapper\n\n\u003e Simple is beautiful.\n\n![](https://img.shields.io/badge/license-GPL--3.0-red.svg)\n![](https://img.shields.io/badge/vivado-AnyVersion-brightgreen.svg)\n![](https://img.shields.io/badge/env-bash-yellowgreen.svg)\n\nA light \u0026 simple vivado project manager, natively working in Linux/Unix command line.\n\n## Features\n\n- Init, build, burn any vivado project in one command.\n\n- Extremely simple, flexible, and customizable project layout.\n\n- Burn auto saved built binary at anytime and any machine.\n\n- Built-in support to an extremely simple constraint file format: `.vwc`.\n\n- Full vivado GUI support.\n\n- Support every hardware supported by vivado. \n\n- Theoretically support any vivado version (But latest is the best).\n\n## Installation\n\n- Arch Linux\n\nYou may install AUR package [vivado-wrapper](https://aur.archlinux.org/packages/vivado-wrapper) directly with your favorite package manager.\n\n- Other Linux\n\n```sh\ngit clone https://github.com/recolic/vivado-wrapper\nexport vivado_exec=\"/path/to/your/vivado\" # Bash\nset -Ux vivado_exec \"/path/to/your/vivado\" # Fish\n```\n\nOr if you want to make yourself happier:\n\n```sh\nset -Ux PATH $PATH (pwd)/vivado-wrapper # Fish\nexport PATH=\"$PATH:$(pwd)/vivado-wrapper\" # Bash\nalias vivadow=vivado-wrapper # I'll use this wrapper in the doc below.\n```\n\n## Usage\n\n- Create Project\n\n```sh\nmkdir my_project \u0026\u0026 cd my_project\nvivadow init\ncode . # Or any editor you prefer.\nvim Vivadofile # To tell vivado-wrapper about your module~constraint relationship, threads, board, etc.\n```\n\n- Build Project\n\n```sh\ncd vivado-wrapper/example\nvivadow build\n# Plug in your board now\nvivadow burn\n```\n\nOr you can easily burn a pre-built bitstream:\n\n```sh\nvivadow burn-file ./build/other_mod.bit\n```\n\n- Run Simulation (Or other GUI-only Tasks)\n\nWarning: All modification to sources/constraints will be saved to origin project. All modification to other project-level configurations, adding or removing sources, will be discarded.\n\n```sh\nvivadow gui\n```\n\n## Notice\n\nThis is a bash script, so it can be easily injected. `Vivadofile` and `.vwc` constraint will be directly `source`d. **Never** trust Vivadofile uploaded by others!\n\nIf you give a wrong top\\_module name, *silly vivado* will accept it, and generate bitstream for a **randomly-taken** module(with long time spent), then report error.\n\n## TODO\n\nSupport bridging C/C++ into systemverilog via SV DPI. However my vivado 2018 failed to simulate it, saying `xsim.dir/tb_dpi_behav/xsimk: error while loading shared libraries: unexpected PLT reloc type 0x00`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecolic%2Fvivado-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frecolic%2Fvivado-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecolic%2Fvivado-wrapper/lists"}