Week 1:
Reviewed the syllabus and created a Google site with a link to a GitHub repository.
Read through Chapter 1 and Chapter 2 to get introduced to VHDL and learn about certain rules such as case sensitivity and white space sensitivity.
Week 2:
Learned more about VHDL through textbook reading.
Downloaded GHDL, and GtkWave, and experimented to learn about VHDL syntax.
Week 3:
Successfully ran the GHDL "Hello World" program.
Went over Data-flow/Behavioral Architecture as well as VHDL Process and Sequential Statements from chapter 5
Began reading through Chapter 6 and Chapter 7