Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishit7/gates-delay
Simple Program to get gate propogational delays and required initial delays.
https://github.com/rishit7/gates-delay
gate-delay python
Last synced: about 2 months ago
JSON representation
Simple Program to get gate propogational delays and required initial delays.
- Host: GitHub
- URL: https://github.com/rishit7/gates-delay
- Owner: RISHIT7
- Created: 2023-10-20T10:55:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T13:41:01.000Z (8 months ago)
- Last Synced: 2024-04-24T16:30:57.128Z (8 months ago)
- Topics: gate-delay, python
- Language: Python
- Homepage:
- Size: 797 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gates-Delay
Gates-Delay is a project that aims to implement a delay circuit using logic gates. This project explores the concept of delay in digital circuits and demonstrates how it can be achieved using basic logic gates.
## Table of Contents
- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)## Introduction
In digital circuits, delay refers to the time it takes for a signal to propagate from one point to another. The Gates-Delay project focuses on creating a delay circuit using logic gates, which can be useful in various applications such as synchronization, clock generation, and signal processing.
## Installation
To use the Gates-Delay project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/RISHIT7/Gates-Delay.git
```
2. Navigate to the project directory:
```bash
cd Gates-Delay
```## Usage
To use the Gates-Delay circuit, follow these steps:
1. Run with system argument A for gates delay.
2. Run with system argument B for Required initial delays.