siliconcompiler / lambdalib

Hardware abstraction library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lambdalib Introduction

Lambdalib is a modular hardware abstraction library decouples design from the uderlying 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.

About

Hardware abstraction library

License:MIT License


Languages

Language:Verilog 93.5%Language:Python 6.0%Language:SystemVerilog 0.5%