Lambdalib
Lambdalib is an open source hardware abstraction library that enables technology independent ASIC design. To use one of the lambdalib
cells, simply instantiate one of the cells in your design and use SiliconCompiler to resolve technology dependencies during compilation.
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 |
The Lambdapdk repository include lambdalib
implementations for a number of source PDKs. To learn more about Lambdalib, please see the GitHub repo.