Metadata-Version: 2.1
Name: lambdalib
Version: 0.1.0
Summary: Standardized ASIC design libraries
Author: Zero ASIC
License: MIT License
        
        Copyright (c) 2023 Zero ASIC Corporation
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project-URL: Homepage, https://github.com/siliconcompiler/lambdalib
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: siliconcompiler>=0.17.0
Provides-Extra: dev
Requires-Dist: flake8>=5.0.0; extra == "dev"
Requires-Dist: pytest>=6.2.4; extra == "dev"
Requires-Dist: pytest-timeout>=2.1.0; extra == "dev"

# Lambdalib Introduction

Lambdalib is a modular hardware abstraction layer that helps decouple hardware design from manufacturing technology and proprietary IP. Lambdalib defines a set of technology independent generic functions that can be directly instantiated within the design. Technology specific implementations can be linked in at compile time.

Lambdalib includes the following hardware categories:

| Category                  | Description|
|---------------------------|------------|
|[stdlib](lambdalib/stdlib/rtl)       | Standard cells (inv, nand, ff, ...)
|[ramlib](lambdalib/ramlib/rtl)       | Memory (single port, dual port, fifo, ...)
|[iolib](lambdalib/iolib/rtl)         | IO cells (bidir, vdd, clamp,...)
|[padring](lambdalib/padring/rtl)     | Padring generator
|[vectorlib](lambdalib/vectorlib/rtl) | Vectorized helper library (mux, isolation)
|[syslib](lambdalib/syslib/rtl)       | Vendor agnostic peripheral interface(uart, i2c,...)

The [Lambdapdk](https://github.com/siliconcompiler/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](https://github.com/siliconcompiler/siliconcompiler).

# License

[MIT](LICENSE)
# Issues / Bugs

We use [GitHub Issues](https://github.com/siliconcompiler/lambdalib/issues)
for tracking requests and bugs.
