byuccl / digital_design_colab

Digital Design Colab Examples
5 stars 2 forks source link

Bug in Flip_Flop Lesson #103

Closed NyloxtheBard closed 5 months ago

NyloxtheBard commented 7 months ago

Reference

-Issue with truth table: - The truth table is broken, as Jamil mentioned. It is inconsistent with its errors, and only once was I able to get it to work properly without showing me the answers beforehand. If you go to Runtime up top and run all, the table won't appear at all, and if you just run the setup it seems to just show the answers. The header of the truth table also only reads "none" instead of what the table actually is. It seems to run fine in VS code, except for the header, so it may be an issue with the compiler for Google Colab.

Screenshot 2023-12-07 at 6 05 25 PM
NyloxtheBard commented 5 months ago

Issue resolved