Extract the shared, simple delay from the controls for the assignment statements.
(vl-edgesynth-get-delay x) → maybe-natp
Function:
(defun vl-edgesynth-get-delay (x) (declare (xargs :guard (and (vl-assigncontrols-p x) (vl-edgesynth-delays-okp x)))) (let ((__function__ 'vl-edgesynth-get-delay)) (declare (ignorable __function__)) (vl-edgesynth-simple-delay->amount (car x))))