Get the atts field from a vl-config.
(vl-config->atts x) → atts
This is an ordinary field accessor created by defprod.
Function:
(defun vl-config->atts$inline (x) (declare (xargs :guard (vl-config-p x))) (declare (xargs :guard t)) (let ((__function__ 'vl-config->atts)) (declare (ignorable __function__)) (mbe :logic (b* ((x (and t x))) (vl-atts-fix (std::prod-car (std::prod-cdr (std::prod-cdr (cdr x)))))) :exec (std::prod-car (std::prod-cdr (std::prod-cdr (cdr x)))))))
Theorem:
(defthm vl-atts-p-of-vl-config->atts (b* ((atts (vl-config->atts$inline x))) (vl-atts-p atts)) :rule-classes :rewrite)
Theorem:
(defthm vl-config->atts$inline-of-vl-config-fix-x (equal (vl-config->atts$inline (vl-config-fix x)) (vl-config->atts$inline x)))
Theorem:
(defthm vl-config->atts$inline-vl-config-equiv-congruence-on-x (implies (vl-config-equiv x x-equiv) (equal (vl-config->atts$inline x) (vl-config->atts$inline x-equiv))) :rule-classes :congruence)