efabless / cace

Circuit Automatic Characterization Engine

Home Page:https://cace.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CACE

Circuit Automatic Characterization Engine

License: Apache 2.0 GitHub Actions Status Badge Documentation Build Status Badge Python 3.8 or higher Code Style: blue

Invite to the Open Source Silicon Slack

CACE is a framework for analog and mixed-signal circuits that enables automatic characterization under various conditions and with Monte Carlo and mismatch analysis. After all parameters have been run under the given conditions, CACE will generate a summary showing the circuit performance.

Note

The latest documentation can be viewed online at cace.readthedocs.io.

Installation

CACE currently supports two primary methods of installation for it and its dependencies.

Please read the installation instruction in the documentation under "Installation Overview".

Nix (Recommended)

Works for macOS and Linux (x86-64 and aarch64) as well for Windows via WSL2. Recommended, as it is more integrated with your filesystem and overall has less upload and download deltas.

See Nix-based installation in the docs for more info.

Python-only Installation

You'll need to bring your own compiled utilities, but otherwise, simply install CACE as follows:

	python3 -m pip install --upgrade cace

Usage

To invoke the CLI:

cace [datasheet] [output] [options]

To invoke the GUI:

cace-gui [datasheet] [options]

For more information about the usage of CACE with either the CLI or the GUI please have a look at "Usage Guides" in the documentation.

Examples

There exist already numerous designs that use CACE. We have assembled a list of different designs that you can use as reference: Example Designs.

License

The Apache License, version 2.0.

About

Circuit Automatic Characterization Engine

https://cace.readthedocs.io/

License:Apache License 2.0


Languages

Language:Python 98.4%Language:Nix 1.5%Language:Makefile 0.1%