Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Pirmin Vogel <[email protected]>
  • Loading branch information
vogelpi committed Oct 14, 2024
1 parent 9a19619 commit 7f63cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/ip/aes/rtl/aes_core.sv
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ module aes_core
for (genvar s = 0; s < NumShares; s++) begin : gen_state_done_muxed
assign state_done_muxed[s] =
(cipher_out_valid == SP2V_HIGH) ? state_done[s] : prd_clearing_state[s];
// TODO: don't unmask when forwarding masked data to GHASH (hash subkey + s)
end

// Avoid aggressive synthesis optimizations.
Expand Down

0 comments on commit 7f63cb7

Please sign in to comment.