Get the nb-latch-delay-hack field from a vl-simpconfig.
(vl-simpconfig->nb-latch-delay-hack x) → nb-latch-delay-hack
This is an ordinary field accessor created by defprod.
Function:
(defun vl-simpconfig->nb-latch-delay-hack$inline (x) (declare (xargs :guard (vl-simpconfig-p x))) (declare (xargs :guard t)) (let ((__function__ 'vl-simpconfig->nb-latch-delay-hack)) (declare (ignorable __function__)) (mbe :logic (b* ((x (and t x))) (acl2::bool-fix (std::da-nth 13 (cdr x)))) :exec (std::da-nth 13 (cdr x)))))
Theorem:
(defthm booleanp-of-vl-simpconfig->nb-latch-delay-hack (b* ((nb-latch-delay-hack (vl-simpconfig->nb-latch-delay-hack$inline x))) (booleanp nb-latch-delay-hack)) :rule-classes :rewrite)
Theorem:
(defthm vl-simpconfig->nb-latch-delay-hack$inline-of-vl-simpconfig-fix-x (equal (vl-simpconfig->nb-latch-delay-hack$inline (vl-simpconfig-fix x)) (vl-simpconfig->nb-latch-delay-hack$inline x)))
Theorem:
(defthm vl-simpconfig->nb-latch-delay-hack$inline-vl-simpconfig-equiv-congruence-on-x (implies (vl-simpconfig-equiv x x-equiv) (equal (vl-simpconfig->nb-latch-delay-hack$inline x) (vl-simpconfig->nb-latch-delay-hack$inline x-equiv))) :rule-classes :congruence)