{"id":14868624,"url":"https://github.com/efabless/cace","last_synced_at":"2026-01-17T10:19:08.581Z","repository":{"id":224972837,"uuid":"764728595","full_name":"efabless/cace","owner":"efabless","description":"Circuit Automatic Characterization Engine","archived":false,"fork":false,"pushed_at":"2025-02-07T08:26:08.000Z","size":3068,"stargazers_count":47,"open_issues_count":31,"forks_count":13,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-05-21T18:19:57.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cace.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/efabless.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-28T15:54:54.000Z","updated_at":"2025-05-10T07:06:51.000Z","dependencies_parsed_at":"2024-03-08T03:32:43.645Z","dependency_job_id":"a7d2bfc0-a609-482d-a739-ddc83b89fb13","html_url":"https://github.com/efabless/cace","commit_stats":null,"previous_names":["efabless/cace"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/efabless/cace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efabless%2Fcace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efabless%2Fcace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efabless%2Fcace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efabless%2Fcace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efabless","download_url":"https://codeload.github.com/efabless/cace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efabless%2Fcace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-20T06:01:29.411Z","updated_at":"2026-01-17T10:19:08.557Z","avatar_url":"https://github.com/efabless.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eCACE\u003c/h1\u003e\n\u003ch2 align=\"center\"\u003eCircuit Automatic Characterization Engine\u003c/h2\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://opensource.org/licenses/Apache-2.0\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-Apache%202.0-blue.svg\" alt=\"License: Apache 2.0\"/\u003e\u003c/a\u003e\n    \u003cimg src=\"https://github.com/efabless/cace/actions/workflows/ci.yaml/badge.svg?branch=main\" alt=\"GitHub Actions Status Badge\" /\u003e\n    \u003ca href=\"https://cace.readthedocs.io/\"\u003e\u003cimg src=\"https://readthedocs.org/projects/cace/badge/?version=latest\" alt=\"Documentation Build Status Badge\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.python.org\"\u003e\u003cimg src=\"https://img.shields.io/badge/Python-3.8-3776AB.svg?style=flat\u0026logo=python\u0026logoColor=white\" alt=\"Python 3.8 or higher\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/grantjenks/blue\"\u003e\u003cimg src=\"https://img.shields.io/badge/code%20style-blue-blue.svg\" alt=\"Code Style: blue\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://invite.skywater.tools\"\u003e\u003cimg src=\"https://img.shields.io/badge/Community-Open%20Source%20Silicon%20Slack-ff69b4?logo=slack\" alt=\"Invite to the Open Source Silicon Slack\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\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\u003e [!NOTE]\n\u003e 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefabless%2Fcace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefabless%2Fcace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefabless%2Fcace/lists"}