l4v icon indicating copy to clipboard operation
l4v copied to clipboard

make ARM+ARM_HYP proofs work for smaller irq_len

Open lsf37 opened this issue 1 year ago • 0 comments

  • Remove remaining use of direct numeral related to irq_len. The lemma happened to work for irq_len >= 8, but not for smaller irq_len.

  • Improve sys-init example: the example assumes an irq type of at least 8 bits. Some AArch32 boards only use 7 bit. Use smaller numbers in the example so that the example happens to work on those boards as well.

lsf37 avatar Sep 28 '24 07:09 lsf37