Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadegh15khedry/vhdl-projects
This repository contains various VHDL projects showcasing digital logic circuits implemented using VHDL.
https://github.com/sadegh15khedry/vhdl-projects
and-gate c logical-gates nand-gate or-gate vhdl-code xor-gate
Last synced: 3 days ago
JSON representation
This repository contains various VHDL projects showcasing digital logic circuits implemented using VHDL.
- Host: GitHub
- URL: https://github.com/sadegh15khedry/vhdl-projects
- Owner: sadegh15khedry
- License: apache-2.0
- Created: 2021-09-16T04:40:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T12:43:59.000Z (5 months ago)
- Last Synced: 2024-11-11T21:08:59.111Z (3 days ago)
- Topics: and-gate, c, logical-gates, nand-gate, or-gate, vhdl-code, xor-gate
- Language: C
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VHDL Projects
This repository contains various VHDL projects showcasing digital logic circuits implemented using VHDL.
## Projects
1. [NAND NAND Logic](https://github.com/sadegh15khedry/VHDLProjects/tree/master/NAND_NAND_Logic): Implements a digital logic circuit using NAND gates.
2. [NAND OR Negation Logic](https://github.com/sadegh15khedry/VHDLProjects/tree/master/NAND_OR_Negation_Logic): Implements a digital logic circuit using NAND, OR, and NOT gates.
3. [XOR AND Gate Simulator](https://github.com/sadegh15khedry/VHDLProjects/tree/master/XOR_AND_Gate_Simulator): Simulates the behavior of XOR and AND gates.
4. [NAND Gate](https://github.com/sadegh15khedry/VHDLProjects/tree/master/nand): Implements a digital logic circuit using NAND gates.
5. [OR Gate](https://github.com/sadegh15khedry/VHDLProjects/tree/master/or): Implements a digital logic circuit using OR gates.Each project contains VHDL code for the corresponding digital logic circuit along with testbench files to verify functionality.
## License
This repository is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.