Skip to content

Commit

Permalink
adding badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kanndil committed Sep 29, 2024
1 parent c3abcd4 commit 6aed57e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
# PodemQuest

[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![example workflow](https://github.com/kanndil/PodemQuest/actions/workflows/CI.yml/badge.svg)

This repository contains an implementation of the Path-Oriented Decision Making (PODEM) algorithm for Automatic Test Pattern Generation (ATPG). PODEM is a widely used method in digital circuit testing to generate test vectors that can detect faults in combinational circuits.


## How to Build 🧱

To build the `podemquest` package, follow these steps:
Expand Down

0 comments on commit 6aed57e

Please sign in to comment.