byuccl / digital_design_colab

Digital Design Colab Examples
5 stars 2 forks source link

Added to Always_comb lesson and fixed issue with register lesson display #149

Closed NyloxtheBard closed 6 months ago

NyloxtheBard commented 6 months ago

Always_comb lesson: Added how always_comb is only specifically used for combinational logic, along with fixing the syntax issue near the bottom of the lab. I also reference point for users to go to if they want to learn more about Latches, otherwise I think the explanation and information given is adequate. #100

Register Lesson: Fixed display issue where code was showing up, made the 2nd question look extremely wonky. #105