Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions hw/opentitan/ot_kmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,8 @@ ot_kmac_change_fsm_state_line(OtKMACState *s, OtKMACFsmState state, int line)
s->state, STATE_NAME(state), state);
}

ibex_irq_set(&s->clock_active, (bool)(state != KMAC_ST_IDLE));

s->state = state;
}

Expand Down
1 change: 1 addition & 0 deletions scripts/opentitan/tests-passing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
//sw/device/tests:hmac_secure_wipe_test_sim_qemu_rom_with_fake_keys
//sw/device/tests:hmac_smoketest_sim_qemu_rom_with_fake_keys
//sw/device/tests:kmac_endianess_test_sim_qemu_rom_with_fake_keys
//sw/device/tests:kmac_idle_test_sim_qemu_rom_with_fake_keys
//sw/device/tests:kmac_mode_cshake_test_sim_qemu_rom_with_fake_keys
//sw/device/tests:kmac_mode_kmac_test_sim_qemu_rom_with_fake_keys
//sw/device/tests:kmac_smoketest_sim_qemu_rom_with_fake_keys
Expand Down
Loading