newaetech / chipwhisperer-jupyter

Interactive ChipWhisperer tutorials using Jupyter notebooks.
220 stars 70 forks source link

Bug in jupyter notebook (Fault 2_1 - Introduction to Voltage Glitching) : cw version 5.3.0 #20

Closed sopmacF closed 3 years ago

sopmacF commented 3 years ago

Dear all,

the glitch code on notebook "Fault 2_1" (which starts with "from importlib import reload") unfortunately has a bug (see figure).

image

However, the code on [1] (see "In [9]" and following figure) is correct.

image

[1] : https://chipwhisperer.readthedocs.io/en/latest/tutorials/courses_fault101_soln_fault%202_1%20-openadc-cwlitearm.html#tutorial-courses-fault101-soln-fault-2-1-openadc-cwlitearm

Cheers, Fabio

colinoflynn commented 3 years ago

Hi Fabio,

Check out the "SOLN" notebook for the "just works" version. Many of the notebooks in the course directory like this requires the student to add some code for them to work.

We still provide the final SOLN version if you just want to run it!