aboutsummaryrefslogtreecommitdiff
path: root/model/riscv_sync_exception.sail
blob: 208d5186373d92ff15db21261e3315195e601060 (plain)
1
2
3
4
5
6
7
/* model context for synchronous exceptions, parameterized for extensions */

struct sync_exception = {
  trap    : ExceptionType,
  excinfo : option(xlenbits),
  ext     : option(ext_exception)   /* for extensions */
}