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