Skip to content

Commit

Permalink
fixed rdl description
Browse files Browse the repository at this point in the history
  • Loading branch information
Mojtaba Bisheh Niasar committed Feb 26, 2025
1 parent 8003d54 commit 7225103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mldsa_top/rtl/mldsa_reg.rdl
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ addrmap mldsa_reg {

/* ---- MLDSA Component Input Message ---- */
reg {
name = "MLDSA component hashed message register type definition";
desc = "16 32-bit registers storing the hash of the message in big-endian representation.
The hashed message can be any 512-bit value in [0 : 2^512-1].";
name = "MLDSA component message register type definition";
desc = "16 32-bit registers storing the message in big-endian representation.
The message can be a fixed size of 512-bit value in [0 : 2^512-1].";

default sw = w;
default hw = rw;
Expand Down

0 comments on commit 7225103

Please sign in to comment.