Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranitmanik/cs-verilog-assignments
A collection of Verilog code snippets and assignments for computer science coursework.
https://github.com/ranitmanik/cs-verilog-assignments
assignment coding iverilog low-level-programming practice practice-programming verilog
Last synced: about 2 months ago
JSON representation
A collection of Verilog code snippets and assignments for computer science coursework.
- Host: GitHub
- URL: https://github.com/ranitmanik/cs-verilog-assignments
- Owner: RanitManik
- Created: 2024-03-20T14:31:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T12:45:17.000Z (8 months ago)
- Last Synced: 2024-11-24T20:44:43.387Z (about 2 months ago)
- Topics: assignment, coding, iverilog, low-level-programming, practice, practice-programming, verilog
- Language: Verilog
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS Verilog Assignments
Welcome to the CS Verilog Assignments repository! This repository contains a collection of Verilog code snippets and assignments completed as part of my computer science coursework.
## About
This repository is dedicated to storing Verilog assignments and code snippets completed during my computer science coursework. Each assignment is designed to challenge your understanding of Verilog concepts, including combinational and sequential logic, finite state machines, and more.
## Contents
- **Assignment 1**: Half adder using all three models
- **Assignment 2**: Full adder using all three models
- ...## Getting Started
To get started with the assignments, simply clone this repository to your local machine:
```bash
git clone https://github.com/your-username/CS-Verilog-Assignments.git
```Then, navigate to the specific assignment directory and explore the Verilog code.
## Contributing
Contributions to this repository are welcome! If you have additional Verilog assignments or improvements to existing ones, feel free to open a pull request.
## License
This repository is unlicensed.
_Feel free to use the code in this repository for your own learning purposes. If you find it helpful, please consider giving it a star._