Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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._