Skip to content

Commit

Permalink
Reset intr var so test can progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran Upadhyayula committed Mar 14, 2024
1 parent c5b8e1d commit e03d5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration/test_suites/libs/sha256/sha256.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void sha256_flow(sha256_io block, uint8_t mode, uint8_t wntz_mode, uint8_t wntz_

// wait for SHA to be valid
wait_for_sha256_intr();

cptra_intr_rcv.sha256_notif &= ~SHA256_REG_INTR_BLOCK_RF_NOTIF_INTERNAL_INTR_R_NOTIF_CMD_DONE_STS_MASK;
reg_ptr = (uint32_t *) CLP_SHA256_REG_SHA256_DIGEST_0;
printf("Load DIGEST data from SHA256\n");
offset = 0;
Expand Down

0 comments on commit e03d5e3

Please sign in to comment.