byuccl / digital_design_colab

Digital Design Colab Examples
5 stars 2 forks source link

LUTs and MUX lesson fix #151

Closed NyloxtheBard closed 5 months ago

NyloxtheBard commented 5 months ago

There is a lot that I changed here, so I will list it out below

I changed the tt_template to allow for a different question type with the same amount of inputs such as 3 to be passed into LUX and MUX, particularly to create a 2:1 MUX table that could be filled out by the user in order to allow for input. This also caused the other tt_template dictionary files to be updated to match the new input. Example pictures of the update to the code and the table are listed below.

I also added more clarifying information to certain parts of the LUTs and MUX lesson, along with fixing a bunch of typos.

One random thing that is a part of this branch is a fix to my lab template link, as it was referencing a deleted branch instead of the master branch Screenshot from 2024-04-05 16-26-10 Screenshot from 2024-04-05 16-26-25

I have tested all of these changes within my branch on google colab, and they seem to be working correctly. Once the pull request is done I will go back through and verify it is still working as expected.

98