Giter Club home page Giter Club logo

Comments (4)

pear7 avatar pear7 commented on July 20, 2024

@SLawson @kinap I got something working for this last night that I need to polish up but I was able to get a 46% utilization rate on the emulator (up from under 1%) and I think this could be improved since I'm generating 128 test cases from the base and could do more.

from aes-processor.

kinap avatar kinap commented on July 20, 2024

@pear7 Wow, that's a great increase.

How are you permuting the data to create new test cases?

from aes-processor.

pear7 avatar pear7 commented on July 20, 2024

I've got a bounded for loop in the Transactor that takes the base test case
and flips each bit one at a time in the input data while keeping the key
constant and pushes one of these new test cases each clock cycle.

I've almost got the assertion working to verify end to end
plain->encrypted->plain but need to add a buffer for the key value to make
sure the timing is correct. I've also added "muxes" to change where the
signals are being driven from which allows us to change "modes" where some
test cases verify the encrypted data and some test cases just verify the
end to end plain text encryption/decryption and have the assertions setup
to switch modes.

On Sun, Aug 21, 2016 at 1:13 PM, Daniel Collins [email protected]
wrote:

@pear7 https://github.com/pear7 Wow, that's a great increase.

How are you permuting the data to create new test cases?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#23 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/APODTVw6czW-nUq9H8JndxbeWkjR6rM9ks5qiLFlgaJpZM4JpX6H
.

from aes-processor.

pear7 avatar pear7 commented on July 20, 2024

Resolved w/ 05cfb62. Currently to access, change the line in the HVL testbench from test.testType = DIRECTED to test.testType = SEEDED. HVL testbench will be updated as part of #24.

from aes-processor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.