{"id":31815719,"url":"https://github.com/xilinx/rfsoc-pynq","last_synced_at":"2025-10-11T09:23:25.296Z","repository":{"id":38972721,"uuid":"479343774","full_name":"Xilinx/RFSoC-PYNQ","owner":"Xilinx","description":"Python productivity for RFSoC platforms","archived":false,"fork":false,"pushed_at":"2025-09-24T10:34:31.000Z","size":87430,"stargazers_count":80,"open_issues_count":2,"forks_count":36,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-09-24T12:28:04.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/support.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-08T10:21:09.000Z","updated_at":"2025-09-16T22:11:07.000Z","dependencies_parsed_at":"2025-09-24T12:27:42.328Z","dependency_job_id":null,"html_url":"https://github.com/Xilinx/RFSoC-PYNQ","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Xilinx/RFSoC-PYNQ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xilinx%2FRFSoC-PYNQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xilinx%2FRFSoC-PYNQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xilinx%2FRFSoC-PYNQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xilinx%2FRFSoC-PYNQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xilinx","download_url":"https://codeload.github.com/Xilinx/RFSoC-PYNQ/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xilinx%2FRFSoC-PYNQ/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006753,"owners_count":26084178,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-11T09:23:24.317Z","updated_at":"2025-10-11T09:23:25.290Z","avatar_url":"https://github.com/Xilinx.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"![pynq_logo](https://github.com/Xilinx/PYNQ/raw/master/logo.png)\n\nThis repository contains the source code and build scripts for the RFSoC-PYNQ base design and SD card images. The design files in this repository are compatible with Xilinx Vivado 2024.1, and PYNQ v3.1 and later.  \n\nCurrently, the ZCU111, ZCU208, and RFSoC4x2 platforms are supported.\n\n## Getting started\n\nVisit the [RFSoC-PYNQ webpage](https://www.rfsoc-pynq.io/) for complete documentation on boards supported, features unique to RFSoC platforms and how to get support.\n\n\n## Image rebuilding steps\n\nFor optional image rebuilding for any of the boards, you will need a Linux (Ubuntu 22.04) host machine, with Vivado and Petalinux 2024.1 installed. For more host setup instructions please see the PYNQ [sdbuild readme](https://github.com/Xilinx/PYNQ/tree/master/sdbuild).\n\n\n1. Clone this repository\n\t\n\t```bash\n\tgit clone --recursive https://github.com/Xilinx/RFSoC-PYNQ.git\n\t```\n\n2. Copy the BSP (board support package) into the appropriate board folder.\n\n\t| Board  | BSP Link |\n\t| ------------- | ------------- |\n\t| RFSoC4x2  | [RFSoC4x2_2024.1.bsp](https://github.com/RealDigitalOrg/RFSoC4x2-BSP/raw/refs/heads/master/bsp_releases/RFSoC4x2_2024_1.bsp)  |\n\t| ZCU208  | [xilinx-zcu208-v2024.1.bsp](https://www.xilinx.com/member/forms/download/xef.html?filename=xilinx-zcu208-v2024.1-05230256.bsp)  |\n\t| ZCU111  | Link coming soon...  |\n\t\n\t```\n\tcp \u003clocal-path-to-bsp\u003e boards/\u003cBOARD\u003e/\u003cBOARD\u003e.bsp\n\t```\n\n3. To rebuild the SD card image, run\n\t\n\t```\n\tmake BOARD=\u003cBOARD\u003e\n\t```\n\n## Rebuilding the Base Overlay\n\nTo only rebuild the base overlay for a given board, make sure the Vivado tools are sourced and located on `$PATH`, then run\n\n```\ncd boards/\u003cBOARD\u003e/base\nmake\n```\n\n---\nCopyright (C) 2022 Xilinx, Inc\n\nCopyright (C) 2022-2025 Advanced Micro Devices, Inc\n\nSPDX-License-Identifier: BSD-3-Clause\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxilinx%2Frfsoc-pynq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxilinx%2Frfsoc-pynq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxilinx%2Frfsoc-pynq/lists"}