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