{"id":37607474,"url":"https://github.com/siliconcompiler/zerosoc","last_synced_at":"2026-01-16T10:13:38.151Z","repository":{"id":39967763,"uuid":"370732291","full_name":"siliconcompiler/zerosoc","owner":"siliconcompiler","description":"Demo SoC for SiliconCompiler.","archived":false,"fork":false,"pushed_at":"2026-01-14T14:20:53.000Z","size":12446,"stargazers_count":62,"open_issues_count":5,"forks_count":9,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-14T18:07:14.431Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"SystemVerilog","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siliconcompiler.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-25T15:00:52.000Z","updated_at":"2026-01-14T14:20:52.000Z","dependencies_parsed_at":"2023-11-28T20:25:53.306Z","dependency_job_id":"48027e3b-52ce-44e8-8490-a8f7082448fc","html_url":"https://github.com/siliconcompiler/zerosoc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/siliconcompiler/zerosoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconcompiler%2Fzerosoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconcompiler%2Fzerosoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconcompiler%2Fzerosoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconcompiler%2Fzerosoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siliconcompiler","download_url":"https://codeload.github.com/siliconcompiler/zerosoc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconcompiler%2Fzerosoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"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":[],"created_at":"2026-01-16T10:13:38.076Z","updated_at":"2026-01-16T10:13:38.135Z","avatar_url":"https://github.com/siliconcompiler.png","language":"SystemVerilog","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/siliconcompiler/zerosoc/actions/workflows/ci.yml/badge.svg)](https://github.com/siliconcompiler/zerosoc/actions/workflows/ci.yml)\n\n# ZeroSoC\n\nZeroSoC is a RISC-V SoC designed to demonstrate the capabilities of\n[SiliconCompiler][sc]. ZeroSoC consists of an [Ibex core][ibex], UART and GPIO\nperipherals from the [OpenTitan][opentitan] project, and 8 KB of RAM.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/img/zerosoc.png\" height=\"360px\"/\u003e\n\u003c/p\u003e\n\n## Getting Started\n\nClone the repository and all its submodules:\n\n```console\n$ git clone git@github.com:siliconcompiler/zerosoc.git\n$ cd zerosoc\n$ git checkout stable\n$ git submodule update --init --recursive\n$ pip install -r python-requirements.txt\n```\n\nBuilding ZeroSoC locally for ASIC or FPGA targets requires installing external\ntools. This [page][tools] contains links to installation instructions for SC's\nsupported tools. The build script also supports remote builds, which do not\nrequire installing additional tools.\n\n**Note**: The ZeroSoC tip of main is considered unstable and may not be\ncompatible with the latest SiliconCompiler. To ensure compatibility, we\nrecommend checking out the [`stable`][stable] tag and using the most recent\nrelease version of SC.\n\n## Usage\n\n[`build.py`](build.py) is ZeroSoC's build script, based around the SiliconCompiler Python\nAPI. Running this script with no options initiates a local ZeroSoC ASIC build,\nand runs DRC and LVS on the final GDS.\n\nRunning `build.py --help` gives information on additional options:\n\n```\n-h, --help        show this help message and exit\n--core-only       Only build ASIC core GDS.\n--top-only        Only integrate ASIC core into padring. Assumes core already built.\n--floorplan       Break in floorplanning steps\n--verify          Run DRC and LVS.\n--remote          Run on remote server. Requires SC remote credentials.\n```\n\n## FPGA\n\nFor more details on how to run the ZeroSoC FPGA demo, see [here](docs/fpga.md).\n\n## License\n\n[Apache License 2.0](LICENSE)\n\n[sc]: https://github.com/siliconcompiler/siliconcompiler\n[ibex]: https://github.com/lowrisc/ibex\n[opentitan]: https://github.com/lowrisc/opentitan\n[tutorial]: https://docs.siliconcompiler.com/en/latest/tutorials/zerosoc.html\n[tools]: https://docs.siliconcompiler.com/en/latest/reference_manual/tools.html\n[stable]: https://github.com/siliconcompiler/zerosoc/tree/stable\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiliconcompiler%2Fzerosoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiliconcompiler%2Fzerosoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiliconcompiler%2Fzerosoc/lists"}