https://github.com/matinhosseinianfard/testability-project
Course project
https://github.com/matinhosseinianfard/testability-project
iscas85 podem testability
Last synced: about 1 year ago
JSON representation
Course project
- Host: GitHub
- URL: https://github.com/matinhosseinianfard/testability-project
- Owner: MatinHosseinianFard
- License: mit
- Created: 2025-02-14T16:27:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T16:29:45.000Z (about 1 year ago)
- Last Synced: 2025-02-14T17:30:29.281Z (about 1 year ago)
- Topics: iscas85, podem, testability
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testability Project
## Introduction
This project consists of two phases focused on analyzing the **testability** of digital circuits using **ISCAS benchmark circuits**. The first phase involves circuit simulation and output analysis, while the second phase implements the **PODEM algorithm** to evaluate **controllability** and **observability** in circuits.
---
## Project Goals
- **Phase 1**: Simulate digital circuits and analyze their output for testability assessment.
- **Phase 2**: Implement the **PODEM algorithm** to detect faults and evaluate circuit observability and controllability.