Features for RV32IM, with little endian memory.
(feat-rv32im-le) → feat
Function:
(defun feat-rv32im-le nil (declare (xargs :guard t)) (make-feat :base (feat-base-rv32i) :endian (feat-endian-little) :m t))
Theorem:
(defthm featp-of-feat-rv32im-le (b* ((feat (feat-rv32im-le))) (featp feat)) :rule-classes :rewrite)