Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 1.71 KB

README.md

File metadata and controls

8 lines (8 loc) · 1.71 KB
Lab Link Description
Lab 1 Logic Gates colab This lab teaches how to use Gate Level logic (and, or, not) and how the Waveforms work. It doesn't require a board.
Lab 2 Dataflow System Verilog colab The user implements Dataflow system verilog in 4 functions in a simple project.
Lab 3 Arithmetic colab User implements an adder using multiple modules.
Lab 4 Seven Segment Display colab User implements a Binary to Seven Segment Hex Display converter
Lab 5 Stopwatch colab User implements a stopwatch using modules and hierarchical design
Lab 6 State Machines colab User learns how to code State Machines