Skip to content

siliconcompiler/lambdalib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
syslib Vendor agnostic peripheral interface (uart, i2c,...)
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.