Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiments/chipwhisperer converter #20

Merged
merged 6 commits into from
Oct 13, 2022

Conversation

Siebje
Copy link
Contributor

@Siebje Siebje commented Apr 11, 2022

Added a generic converter for ChipWhisperer traces to TRSv2
This has been tested manually on the ChipWhisperer examples repo (https://github.com/newaetech/chipwhisperer-examples)

Thanks to @colinoflynn for providing open source access to his code.

@Siebje Siebje requested a review from StefanD986 April 11, 2022 09:04
Required the chipwhisperer import to function
@Siebje Siebje force-pushed the experiments/chipwhisperer_converter branch from 5d771be to 018a18c Compare May 5, 2022 09:30
Copy link
Contributor

@StefanD986 StefanD986 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To me the chip whisperer conversion is more as an application of the library, rather than a part of the library itself. Thats why I would suggest to move this to an examples/ directory in the root.

Consequence would of course be that its not installed as part of pip install trsfile (which is maybe the reason why it was added here?)

A compromise would be to move it to trsfile/examples, although I still do not really like it, because making it part of the library makes a bit of a strong statement of we support this, whereas if we make it separate from the library its more here is, do whatever you want with it but don't complain if we break it

@TomHogervorst TomHogervorst self-requested a review October 13, 2022 07:46
@TomHogervorst TomHogervorst merged commit d27cf28 into master Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants