chipsalliance / caliptra-sw

Caliptra software (ROM, FMC, runtime firmware), and libraries/tools needed to build and test
Apache License 2.0
96 stars 44 forks source link

Add stack overflow detection to sw-emulator #1785

Open clundin25 opened 1 week ago

clundin25 commented 1 week ago

Added stack monitoring and overflow detection to the SW emulator

If a stack overflow is detected, the emulator will panic and cause test failure.

This resolves https://github.com/chipsalliance/caliptra-sw/issues/1735