# siliconcompiler/siliconcompiler

Modular hardware build system

Repository: https://github.com/siliconcompiler/siliconcompiler
Canonical: https://ross.abutalabs.com/products/siliconcompiler
Homepage: https://docs.siliconcompiler.com/en/latest/
Language: Python
License: Apache-2.0
License Family: permissive
Topics: asic, cmos, eda, fpga, hls, make, rtl, synthesis, verilog, vhdl
Last push: 2026-09-03T01:35:49+00:00

## Health v2 (maintenance only)
Score: 100/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 100, longevity 100
- inputs: {"age_days": 2092, "days_push": 0, "days_rel": 0, "gap_med": 10, "n_releases_24m": 60}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1206, forks 136 (observed 2026-09-03T02:15:17.878026+00:00)

## What it is
SiliconCompiler is a modular Python-based hardware build system that automates the flow from RTL source code (Verilog, VHDL, Chisel, etc.) through synthesis, place-and-route, and verification to GDSII, supporting both ASIC and FPGA targets. It orchestrates open-source and commercial EDA tools (Yosys, OpenROAD, Verilator, Vivado, Cadence, Synopsys) with pluggable PDKs, flows, and remote/cloud execution.

## Use cases
- compile RTL to GDS for an ASIC
- build an FPGA bitstream from Verilog
- automate my chip design flow instead of makefiles
- run synthesis and place-and-route with open source tools
- lint my Verilog without installing EDA tools
- run hardware builds in CI on every commit
- try ASIC compilation in the cloud without installing tools
- simulate my design with Verilator or Icarus

## When to choose
- you want a scriptable, Python-based alternative to hand-written Makefiles for chip or FPGA builds
- you need to mix open-source and commercial EDA tools in one automated flow
- you want to try hardware compilation quickly via remote execution or Docker without installing EDA tools
- you need reproducible, CI-friendly hardware builds with packaged PDKs like sky130 or gf180

## When to avoid
- you need a GUI-driven EDA workflow with interactive layout editing
- your flow depends on proprietary foundry PDKs you cannot package or share
- you only need simple FPGA synthesis where vendor IDEs (Vivado, Quartus) already suffice
- you work primarily on Windows with local tool execution, which is unsupported

## Facets
- artifact type: framework
- maturity: active
- function: build-tool, compiler, workflow-automation, developer-tools, ci-cd
- domain: hardware, embedded-systems, developer-tools, cross-platform
- platform: windows, python, cloud, cli
- tags: eda, asic, fpga, rtl-to-gds, verilog, vhdl, synthesis, place-and-route, openroad, yosys, pdk, hardware-build-system, make-for-silicon, automation, linux, macos, docker

## Member repositories
- siliconcompiler/siliconcompiler (main) score 100

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:17.878026+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:20:37.999908+00:00, confidence not recorded.
  - readme: https://github.com/siliconcompiler/siliconcompiler (fetched 2026-09-03T02:15:17.878026+00:00, sha f0ef49dd2259)
  - homepage: https://docs.siliconcompiler.com/en/latest/ (fetched 2026-08-29T12:27:54.532031+00:00, sha 9dc5ccea8ec3)
  - site_page: https://docs.siliconcompiler.com/en/latest/user_guide/installation.html (fetched 2026-08-29T12:27:54.541117+00:00, sha 109caeaa0a83)
  - site_page: https://docs.siliconcompiler.com/en/latest/user_guide/quickstart.html (fetched 2026-08-29T12:27:54.543291+00:00, sha 9f0c59f5011b)
  - site_page: https://docs.siliconcompiler.com/en/latest/user_guide/faq.html (fetched 2026-08-29T12:27:54.545434+00:00, sha ea549b5c7a22)
  - site_page: https://docs.siliconcompiler.com/en/latest/user_guide/remote_processing.html (fetched 2026-08-29T12:27:54.547098+00:00, sha 5fb9eddafc80)
  - site_page: https://docs.siliconcompiler.com/en/latest/development_guide/external_libraries.html (fetched 2026-08-29T12:27:54.548775+00:00, sha f6706cb6f1fe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
