Closed nikals99 closed 5 months ago
Thanks for noting this; fixed in https://github.com/newaetech/chipwhisperer/commit/bd7abc08f488d939a1853942c798868896fdaa32
However note that scope.userio.drive_data
will only return what you set to it, whereas scope.userio.status
will return the actual status of the pins. So in the case where you have a mix of I/O pins, they will not be the same.
According to the documentation
scope.userio.drive_data
on the Husky should return an integer describing how the userio is currently driven. Instead it always returns 0.Steps to Reproduce:
The output should be:
The actual output: