Skip to content

Emin017/typedRTL2GDS

Repository files navigation

TypedRTL2GDS

main

TypedRTL2GDS is a type-safe EDA flow orchestrator implemented in Scala 3, designed to automate the transformation of RTL (Verilog) designs to GDSII by using Open Source EDA tools (iEDA, Yosys, etc.). It is inspired by the original RTL2GDS project but reimagined with a strong emphasis on leveraging Scala 3's advanced type system to ensure compile-time safety and maintainability.

Warning

This project is currently under prototype development. While the core functionalities are in place, users may encounter bugs or incomplete features. Contributions and feedback are welcome to help improve the project.

The core flow has been successfully tested with the ics55 PDK.

Getting Started

Build

nix develop --command mill typedRTL2GDS.compile

# To generate assembly files
nix develop --command mill typedRTL2GDS.assembly 

Run

nix develop -L --command mill -i typedRTL2GDS.run --config typedRTL2GDS/test/example.yaml

Releases

No releases published

Packages

No packages published

Languages