LibrePDK: Difference between revisions

From LibreSilicon
Jump to navigation Jump to search
Created page with "The LibrePDK is the library driving Danube River and the Pad Cell Generator none|thumb|695x695px|ALibrePDK screen shot It is responsible for generating discrete parts with specific parameters for a specific process. The properties of the parts can be optimized by utilizing the calibration values extracted from the measurements of taped out Danube River test wafers. == Adding a new technology == Technologies currently supported can be found..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
== Installation ==
== Installation ==
Installation of the library is as easy as running
Installation of the library is as easy as running
pip install [https://gitlab.libresilicon.com/generator-tools/librepdk.git https+git://gitlab.libresilicon.com/generator-tools/librepdk.git]


pip install [https://gitlab.libresilicon.com/generator-tools/librepdk.git https+git://gitlab.libresilicon.com/generator-tools/librepdk.git]
= Components =
LibrePDK provides generators for the basic components usually found within a VLSI/ULSI design, such as resistors, capacitors and transistors.
 
== Capacitors ==
For now there's only simple small value caps available. Fingered and cup capacitors are still work in progress.
 
== Resistors ==
There's two types of resistor structures available: Meander and strip resistors
 
== Transistors ==
For now there's only single gate transistors (fingered transistors are still WIP)

Latest revision as of 13:42, 30 August 2025

The LibrePDK is the library driving Danube River and the Pad Cell Generator

ALibrePDK screen shot

It is responsible for generating discrete parts with specific parameters for a specific process.

The properties of the parts can be optimized by utilizing the calibration values extracted from the measurements of taped out Danube River test wafers.

Adding a new technology

Technologies currently supported can be found in the technologies subfolder.

https://gitlab.libresilicon.com/generator-tools/librepdk/-/tree/master/LibrePDK/technologies?ref_type=heads

The files contain information such as minimum widths, spacing, etc.

Installation

Installation of the library is as easy as running

pip install https+git://gitlab.libresilicon.com/generator-tools/librepdk.git

Components

LibrePDK provides generators for the basic components usually found within a VLSI/ULSI design, such as resistors, capacitors and transistors.

Capacitors

For now there's only simple small value caps available. Fingered and cup capacitors are still work in progress.

Resistors

There's two types of resistor structures available: Meander and strip resistors

Transistors

For now there's only single gate transistors (fingered transistors are still WIP)