forked from lowRISC/opentitan
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[aes,dv] Fix C_DPI input for xcelium
It turns out that xcelium is more picky than vcs when it comes to uninitialized memory objects. This commit sets the input tag and tag to a value if we are not in AES-GCM mode. This is fine as the C_DPI library anyways ignores those inputs when not in AES-GCM mode. Signed-off-by: Pascal Nasahl <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters