Name | cace JSON |
Version |
2.8.2
JSON |
| download |
home_page | None |
Summary | Circuit Automatic Characterization Engine |
upload_time | 2025-07-11 13:36:37 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
matplotlib
numpy
pillow
ciel
rich
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<h1 align="center">CACE</h1>
<h2 align="center">Circuit Automatic Characterization Engine</h2>
<p align="center">
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License: Apache 2.0"/></a>
<img src="https://github.com/fossi-foundation/cace/actions/workflows/ci.yaml/badge.svg?branch=main" alt="GitHub Actions Status Badge" />
<a href="https://www.python.org"><img src="https://img.shields.io/badge/Python-3.8-3776AB.svg?style=flat&logo=python&logoColor=white" alt="Python 3.8 or higher" /></a>
<a href="https://github.com/grantjenks/blue"><img src="https://img.shields.io/badge/code%20style-blue-blue.svg" alt="Code Style: blue"/></a>
</p>
<p align="center">
<a href="https://cace.readthedocs.io/"><img src="https://readthedocs.org/projects/cace/badge/?version=latest" alt="Documentation Build Status Badge"/></a>
<a href="https://fossi-chat.org"><img src="https://img.shields.io/badge/Community-FOSSi%20Chat-1bb378?logo=element" alt="Invite to FOSSi Chat"/></a>
</p>
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](https://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"](https://cace.readthedocs.io/en/latest/getting_started/index.html).
### 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](https://cace.readthedocs.io/en/latest/getting_started/common/nix_installation/index.html) 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:
```console
python3 -m pip install --upgrade cace
```
## Usage
To invoke the CLI:
```console
cace [datasheet] [output] [options]
```
For more information about the usage of CACE please have a look at ["Usage Guides"](https://cace.readthedocs.io/en/latest/usage_guides/index.html) 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](https://cace.readthedocs.io/en/latest/examples/index.html).
## License
[The Apache License, version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt).
Raw data
{
"_id": null,
"home_page": null,
"name": "cace",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Tim Edwards <tim@opencircuitdesign.com>, Leo Moser <leo.moser@pm.me>",
"download_url": "https://files.pythonhosted.org/packages/83/24/6e1c477593ebacd228587c9e66f4d59eea334c84c0a52ef3adc450fce568/cace-2.8.2.tar.gz",
"platform": null,
"description": "<h1 align=\"center\">CACE</h1>\n<h2 align=\"center\">Circuit Automatic Characterization Engine</h2>\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\" alt=\"License: Apache 2.0\"/></a>\n <img src=\"https://github.com/fossi-foundation/cace/actions/workflows/ci.yaml/badge.svg?branch=main\" alt=\"GitHub Actions Status Badge\" />\n <a href=\"https://www.python.org\"><img src=\"https://img.shields.io/badge/Python-3.8-3776AB.svg?style=flat&logo=python&logoColor=white\" alt=\"Python 3.8 or higher\" /></a>\n <a href=\"https://github.com/grantjenks/blue\"><img src=\"https://img.shields.io/badge/code%20style-blue-blue.svg\" alt=\"Code Style: blue\"/></a>\n</p>\n<p align=\"center\">\n <a href=\"https://cace.readthedocs.io/\"><img src=\"https://readthedocs.org/projects/cace/badge/?version=latest\" alt=\"Documentation Build Status Badge\"/></a>\n <a href=\"https://fossi-chat.org\"><img src=\"https://img.shields.io/badge/Community-FOSSi%20Chat-1bb378?logo=element\" alt=\"Invite to FOSSi Chat\"/></a>\n</p>\n\nCACE 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.\n\n> [!NOTE]\n> The latest documentation can be viewed online at [cace.readthedocs.io](https://cace.readthedocs.io/). \n\n## Installation\n\nCACE currently supports two primary methods of installation for it and its dependencies.\n\nPlease read the installation instruction in the documentation under [\"Installation Overview\"](https://cace.readthedocs.io/en/latest/getting_started/index.html).\n\n### Nix (Recommended)\n\nWorks 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.\n\nSee [Nix-based installation](https://cace.readthedocs.io/en/latest/getting_started/common/nix_installation/index.html) in the docs for more info.\n\n### Python-only Installation\n\nYou'll need to bring your own compiled utilities, but otherwise, simply install CACE as follows:\n\n```console\npython3 -m pip install --upgrade cace\n```\n\n## Usage\n\nTo invoke the CLI:\n\n```console\ncace [datasheet] [output] [options]\n```\n\nFor more information about the usage of CACE please have a look at [\"Usage Guides\"](https://cace.readthedocs.io/en/latest/usage_guides/index.html) in the documentation.\n\n## Examples\n\nThere exist already numerous designs that use CACE. We have assembled a list of different designs that you can use as reference: [Example Designs](https://cace.readthedocs.io/en/latest/examples/index.html). \n\n## License\n\n[The Apache License, version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt).\n",
"bugtrack_url": null,
"license": null,
"summary": "Circuit Automatic Characterization Engine",
"version": "2.8.2",
"project_urls": {
"Homepage": "https://github.com/fossi-foundation/cace",
"Issues": "https://github.com/fossi-foundation/cace/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "fb53d40faa1a784966b8d01db6734822564f4634812ef6d6454c75e1c4df5953",
"md5": "f93e88f452c5cf476bcefcfcf9b119d3",
"sha256": "57e48d9e303d02459bf8a3173717dfa5e4ffcb61abd32a74bef7044d4ef9c106"
},
"downloads": -1,
"filename": "cace-2.8.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f93e88f452c5cf476bcefcfcf9b119d3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 123099,
"upload_time": "2025-07-11T13:36:35",
"upload_time_iso_8601": "2025-07-11T13:36:35.447748Z",
"url": "https://files.pythonhosted.org/packages/fb/53/d40faa1a784966b8d01db6734822564f4634812ef6d6454c75e1c4df5953/cace-2.8.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "83246e1c477593ebacd228587c9e66f4d59eea334c84c0a52ef3adc450fce568",
"md5": "c25a240748b7bd60680103111ee23044",
"sha256": "7d2bc9c25933575a59c74c8d903957cfd0f9b20f7dc88ac100212b2c43e06579"
},
"downloads": -1,
"filename": "cace-2.8.2.tar.gz",
"has_sig": false,
"md5_digest": "c25a240748b7bd60680103111ee23044",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 2507582,
"upload_time": "2025-07-11T13:36:37",
"upload_time_iso_8601": "2025-07-11T13:36:37.120813Z",
"url": "https://files.pythonhosted.org/packages/83/24/6e1c477593ebacd228587c9e66f4d59eea334c84c0a52ef3adc450fce568/cace-2.8.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-11 13:36:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "fossi-foundation",
"github_project": "cace",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "matplotlib",
"specs": [
[
">=",
"3.6.0"
]
]
},
{
"name": "numpy",
"specs": [
[
">=",
"1.20.0"
]
]
},
{
"name": "pillow",
"specs": [
[
">=",
"10.1.0"
]
]
},
{
"name": "ciel",
"specs": [
[
">=",
"0.16.0"
]
]
},
{
"name": "rich",
"specs": [
[
">=",
"13"
],
[
"<",
"15"
]
]
}
],
"lcname": "cace"
}