From ec81864dec2881c9186dab9e1d793fa5ac03c55a Mon Sep 17 00:00:00 2001 From: Peter <46405338+gadfort@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:52:34 -0400 Subject: [PATCH] remove syslib from readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7fbcd52..b8e87cb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ Lambdalib includes the following hardware categories: |[iolib](lambdalib/iolib) | IO cells (bidir, vdd, clamp,...) |[padring](lambdalib/padring) | Padring generator |[vectorlib](lambdalib/vectorlib/rtl) | Vectorized library (mux, isolation) -|[syslib](lambdalib/syslib/rtl) | Vendor agnostic peripheral interface (uart, i2c,...) |[fpgalib](lambdalib/fpgalib/rtl) | FPGA cells (lut4, ble, clb) The [Lambdapdk](https://github.com/siliconcompiler/lambdapdk) repository demonstrates implementation of the Lambdalib interfaces across a number of open source process technologies.