[ARCHIVED] ECE 2372 Capstone Project
This repository has been archived on 2026-04-12. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2023-11-26 23:54:00 +00:00
traffic rename 2023-11-26 17:49:19 -06:00
verilog add waveform files 2023-11-26 17:40:45 -06:00
README.md Update README.md 2023-11-26 23:54:00 +00:00
slides.pptx add slides 2023-11-26 17:53:19 -06:00

ECE 2372: Modern Digital System Design Capstone

Overview

This repository contains the code to the verilog project, as well as the images and video evidence of the work we have already done.

Hardware Project Criteria: here

Software Project Criteria: here

Repository Layout

Here is the layout of the repository:

ECE 2372 CAPSTONE
──────────────────
├── slides.pptx            <- the slides in powerpoint form
├── README.md              <- readme file
├── verilog                <- verilog project
│   ├── waveform/          <- folder containing the waveform graphs
│   ├── inctop.v           <- the final top module of the project
│   └── testbench.v        <- the testbench to the verilog file
└── traffic                <- folder containing all of the files regarding the traffic light
    ├── photos/            <- photos
    ├── k_maps/            <- k maps, including the templates
    ├── circuitjs.txt      <- circuitjs circuit (https://www.falstad.com/circuit/circuitjs.html)
    └── traffic_light.vcb  <- visual circuit board circuit

Traffic Project

Traffic lights gif:

visual circuit board

Traffic lights gif 2:

irl photo

Verilog Project

Final waveform:

final waveform