Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.44 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.44 KB

Lambdalib Introduction

Lambdalib is a modular hardware abstraction library decouples design from the underlying manufacturing target. Lambdalib defines a set of generic functions that get resolved during the target technology mapping stage.

Lambdalib includes the following hardware categories:

Category Description
stdlib Standard cells (inv, nand, ff, ...)
auxlib Aux cells can consist of multiple standard cells or physical only cells
ramlib Memory (single port, dual port, fifo, ...)
iolib IO cells (bidir, vdd, clamp,...)
padring Padring generator
vectorlib Vectorized library (mux, isolation)
fpgalib FPGA cells (lut4, ble, clb)

The Lambdapdk repository demonstrates implementation of the Lambdalib interfaces across a number of open source process technologies.

Lambdalib has successfully used in multiple tapeouts using SiliconCompiler.

License

MIT

Issues / Bugs

We use GitHub Issues for tracking requests and bugs.