GithubHelp home page GithubHelp logo

ep-cktang / aes-256_hardware_design Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aleksandarlilic/aes-256_hardware_design

0.0 0.0 0.0 690 KB

VHDL design of the AES-256 encryption algorithm

Home Page: https://aleksandarlilic.github.io/AES-256_hardware_design/

License: MIT License

Python 2.01% VHDL 91.72% SystemVerilog 4.36% HTML 1.91%

aes-256_hardware_design's Introduction

AES-256 Hardware Design

Description:

VHDL hardware design of the AES-256 encryption algorithm for ASIC or FPGA implementation with SystemVerilog testbench

AES-256 is implemented as a two-part design - key expansion (key_expansion_top.vhd) and encryption (encryption_top.vhd). The 128-bit ciphertext is then taken by data loading (data_loading.vhd) block and sent down an 8-bit bus in 16 packets. Those three modules are instantiated in the design top aes256_loading.vhd

Testbench is implemented in a single SystemVerilog file aes256_loading_tb.sv. Python scripts (checker_gen.py and test_gen.py) are used to generate reference input (key and plaintext) and output (ciphertext) vectors. Input vectors are then used by the testbench to drive the DUT while output vectors are used in the checker.

Status
Basic functional verification is done with with 100 different keys and a 1000 different plaintext-ciphertext pairs for each key

Continued testbench development
UVM testbench: AES-256_UVM

Top level I/O and internal blocks

Timing diagram - Top level

aes-256_hardware_design's People

Contributors

aleksandarlilic avatar

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.