An open-source ASIC flow laboratory focused on learning and experimenting with LibreLane, OpenROAD, Yosys, and modern open silicon workflows.
| Language | GitHub Pages π | GitHub π» |
|---|---|---|
| πΊπΈ English |
This repository is intended as a practical laboratory for exploring the open-source digital ASIC toolchain. The goal is to document experiments, example designs, and reproducible workflows using industry-inspired EDA tools.
Topics include:
librelane-lab/
βββ docs/ # Documentation
βββ examples/ # Example RTL projects
βββ scripts/ # Automation scripts
βββ configs/ # LibreLane/OpenROAD configuration files
βββ flows/ # Flow experiments
βββ results/ # Generated outputs (optional)
βββ README.md
This project primarily targets the following open-source tools:
| Tool | Purpose |
|---|---|
| LibreLane | End-to-end ASIC flow |
| OpenROAD | Physical design automation |
| Yosys | RTL synthesis |
| Magic | Layout visualization and verification |
| Netgen | LVS |
| OpenSTA | Static timing analysis |
Recommended environment:
Clone the repository:
git clone https://github.com/Samizo-AITL/librelane-lab.git
cd librelane-lab
Future setup instructions and example flows will be added as the project evolves.
Contributions, suggestions, and issue reports are welcome.
Please open an issue or submit a pull request if you would like to improve the project.
This project will be released under an open-source license.
A specific license file (LICENSE) will be added in a future update.
librelane-lab aims to serve as a hands-on environment for learning and experimenting with open-source ASIC design flows while promoting reproducibility and collaboration.# librelane-lab
An open-source ASIC flow laboratory focused on learning and experimenting with LibreLane, OpenROAD, Yosys, and modern open silicon workflows.
This repository is intended as a practical laboratory for exploring the open-source digital ASIC toolchain. The goal is to document experiments, example designs, and reproducible workflows using industry-inspired EDA tools.
Topics include:
librelane-lab/
βββ docs/ # Documentation
βββ examples/ # Example RTL projects
βββ scripts/ # Automation scripts
βββ configs/ # LibreLane/OpenROAD configuration files
βββ flows/ # Flow experiments
βββ results/ # Generated outputs (optional)
βββ README.md
This project primarily targets the following open-source tools:
| Tool | Purpose |
|---|---|
| LibreLane | End-to-end ASIC flow |
| OpenROAD | Physical design automation |
| Yosys | RTL synthesis |
| Magic | Layout visualization and verification |
| Netgen | LVS |
| OpenSTA | Static timing analysis |
Recommended environment:
Clone the repository:
git clone https://github.com/Samizo-AITL/librelane-lab.git
cd librelane-lab
Future setup instructions and example flows will be added as the project evolves.
Contributions, suggestions, and issue reports are welcome.
Please open an issue or submit a pull request if you would like to improve the project.
This project will be released under an open-source license.
A specific license file (LICENSE) will be added in a future update.
librelane-lab aims to serve as a hands-on environment for learning and experimenting with open-source ASIC design flows while promoting reproducibility and collaboration.