{"id":13647125,"url":"https://github.com/Xilinx/RapidWright","last_synced_at":"2025-04-21T21:32:48.546Z","repository":{"id":31932832,"uuid":"101807844","full_name":"Xilinx/RapidWright","owner":"Xilinx","description":"Build Customized FPGA Implementations for Vivado","archived":false,"fork":false,"pushed_at":"2024-11-05T00:09:09.000Z","size":7615,"stargazers_count":293,"open_issues_count":57,"forks_count":108,"subscribers_count":28,"default_branch":"master","last_synced_at":"2024-11-05T01:18:41.159Z","etag":null,"topics":["fpga","rapidwright","vivado","xilinx"],"latest_commit_sha":null,"homepage":"http://www.rapidwright.io","language":"Java","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/Xilinx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.TXT","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}},"created_at":"2017-08-29T21:20:22.000Z","updated_at":"2024-11-05T00:09:12.000Z","dependencies_parsed_at":"2024-01-03T19:43:11.136Z","dependency_job_id":"3d0bb70c-726e-42db-a4df-7602e6361d1b","html_url":"https://github.com/Xilinx/RapidWright","commit_stats":{"total_commits":1010,"total_committers":32,"mean_commits":31.5625,"dds":0.4871287128712871,"last_synced_commit":"0056f89016ca6075277fe6b87c8d19304c623bbc"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xilinx%2FRapidWright","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xilinx%2FRapidWright/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xilinx%2FRapidWright/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xilinx%2FRapidWright/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xilinx","download_url":"https://codeload.github.com/Xilinx/RapidWright/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223880454,"owners_count":17219126,"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":["fpga","rapidwright","vivado","xilinx"],"created_at":"2024-08-02T01:03:21.285Z","updated_at":"2024-11-09T20:31:05.187Z","avatar_url":"https://github.com/Xilinx.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"# RapidWright  \n\nTry RapidWright in your browser: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/clavin-xlnx/RapidWright-binder/python3-no-docker?labpath=HelloWorld.ipynb)\n\n![Build](https://github.com/Xilinx/RapidWright/workflows/Build/badge.svg)\n\nRapidWright is an open source project from AMD Research and\nAdvanced Development (formerly Xilinx Research Labs) that\nprovides a new bridge to Vivado through reading and writing design\ncheckpoint (DCP) files.  Its mission is to enable power users greater\nflexibility in customizing solutions to their unique implementation\nchallenges.\n\nRapidWright also provides a new design methodology leveraging\npre-implemented modules (modules that have been synthesized, placed\nand routed out-of-context).  These pre-implemented modules can be\ncached, replicated and relocated using the RapidWright framework. We\nsee pre-implemented modules as a way to build systematic shells and\noverlays and a core piece of strategy in achieving near-spec\nperformance.\n\nIf you run into issues, feel free to file an issue on the [Github\nissue tracker](https://github.com/Xilinx/RapidWright/issues/new), or,\nfor more broad questions/requests, post on our [discussion\nforum](https://github.com/Xilinx/RapidWright/discussions). [Documentation](http://www.rapidwright.io/docs/index.html)\nand [Javadoc](http://www.rapidwright.io/javadoc/index.html) reference is also available.\n\nFor more information, please see http://www.rapidwright.io.\n\nNOTE: RapidWright is not an official product from Xilinx and designs\ncreated or derived from it are not warranted. Please see\nLICENSE.TXT for full details.\n\n## Installation\n\n### Easiest way to Checkout and Compile a RapidWright Repo Locally:\n\n```\ngit clone https://github.com/Xilinx/RapidWright.git\ncd RapidWright\n./gradlew compileJava\n```\n\nMore details here:\nhttp://www.rapidwright.io/docs/Install.html\n\n\n### How to Update RapidWright to the Latest Revision\n\n```\ncd $RAPIDWRIGHT_PATH\ngit pull\n# resolve any issues\n./gradlew updateJars\n./gradlew compileJava\n```\n\n### Python Setup\n\n```\npip install rapidwright\n```\n\nMore details here:\nhttp://www.rapidwright.io/docs/Install_RapidWright_as_a_Python_PIP_Package.html\n\n### Development setup\n\nRapidWright includes a git pre-commit hook that runs some quick checks before commits. After cloning the repository, the hook is not enabled by default. To enable it, run this command:\n\n```\nmake enable_pre_commit_hook\n```\n\nYou will only have to do this once.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FXilinx%2FRapidWright","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FXilinx%2FRapidWright","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FXilinx%2FRapidWright/lists"}