Skip to content

Commit ad78617

Browse files
Update README.md
1 parent e0d0feb commit ad78617

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

README.md

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1-
# il-opensource-template
2-
![GitHub License](https://img.shields.io/github/license/IntelLabs/il-opensource-template)
3-
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/IntelLabs/il-opensource-template/badge)](https://scorecard.dev/viewer/?uri=github.com/IntelLabs/il-opensource-template)
4-
<!-- UNCOMMENT AS NEEDED
5-
[![Unit Tests](https://github.com/IntelLabs/ConvAssist/actions/workflows/run_unittests.yaml/badge.svg?branch=covassist-cleanup)](https://github.com/IntelLabs/ConvAssist/actions/workflows/run_unittests.yaml)
6-
[![pytorch](https://img.shields.io/badge/PyTorch-v2.4.1-green?logo=pytorch)](https://pytorch.org/get-started/locally/)
7-
![python-support](https://img.shields.io/badge/Python-3.12-3?logo=python)
8-
-->
1+
# Asynchronous Circuit Design Tools
2+
![GitHub License](https://img.shields.io/github/license/IntelLabs/async-toolkit)
3+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/IntelLabs/async-toolkit/badge)](https://scorecard.dev/viewer/?uri=github.com/IntelLabs/async-toolkit)
4+
5+
This repository contains a suite of CAD (Computer-Aided Design) tools focused on the design, simulation, and analysis of **asynchronous circuits**. The software is structured into two major components:
6+
7+
## 📦 Components
8+
9+
### 🔹 `m3utils`
10+
A collection of tools designed for digital asynchronous circuit workflows, including:
11+
- Digital design and design management
12+
- Optimization
13+
- Design evaluation
14+
- Verification and validation
15+
16+
### 🔹 `aspice`
17+
A toolkit specializing in:
18+
- Analog circuit simulation
19+
- Debugging asynchronous analog behavior
20+
21+
## 🖥️ Usage Model
22+
23+
These tools are intended to be used **stand-alone** within an **interactive Unix-based engineering environment**, operating on **pre-validated user data**—a standard practice in hardware design workflows.
24+
25+
They are **not designed as plug-in components for larger software infrastructures**, although certain modules may be configured by end users to interface with select commercial CAD tools.

0 commit comments

Comments
 (0)