Should Verilog-2005
(vl-ps->show-atts-p &key (ps 'ps)) → *
See also vl-ps-update-show-atts.
Function:
(defun vl-ps->show-atts-p-fn (ps) (declare (xargs :stobjs (ps))) (declare (xargs :guard t)) (let ((__function__ 'vl-ps->show-atts-p)) (declare (ignorable __function__)) (let ((hidep (cdr (assoc-equal :vl-hide-atts (vl-ps->misc))))) (not hidep))))