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

Adding a security module #395

Open
mo2men3la2 opened this issue Feb 28, 2023 · 0 comments
Open

Adding a security module #395

mo2men3la2 opened this issue Feb 28, 2023 · 0 comments

Comments

@mo2men3la2
Copy link

mo2men3la2 commented Feb 28, 2023

We have two inquiries.

Firstly, We have a security module called AEGIS (encryption, decryption and authentication security protocol). And it has the following signals:

  • input signals:

    256-bit key,
    256-bit initialization vector,
    64-bit associated data length,
    64-bit message length,
    128-bit associated data,
    128-bit Tag Input,
    128-bits plain text input (data to be encrypted),
    128-bit Cipher Input (ciphered data to be decrypted),
    input signal clock,
    input signal reset,
    input signal aegis Start,
    input signal E_or_D (encryption or decryption),

  • output signals:

    128-bit plain text output (decrypted data),
    128-bit Cipher output (encrypted data),
    128-bit Encryption Tag output,
    output signal Encryption Block Done,
    output signal Decryption Block Done,
    output signal aegis Done

,So we want to connect it to the APB bus (peripheral bus). We wonder what the best way to do it without changing a lot of RTL.
AEGIS

Secondly, does the APB bus runs on the same clock as the AXI bus (core clock) or it runs on a slower clock and if it's true how does the APB get its slower clock?

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

No branches or pull requests

1 participant