Print the JSON encoding of a vl-gatestrength-p to ps.
(vl-jp-gatestrength x &key (ps 'ps)) → ps
Function:
(defun vl-jp-gatestrength-fn (x ps) (declare (xargs :stobjs (ps))) (declare (xargs :guard (vl-gatestrength-p x))) (let ((__function__ 'vl-jp-gatestrength)) (declare (ignorable __function__)) (vl-ps-seq (vl-print "{\"tag\": ") (jp-sym ':vl-gatestrength) (vl-print ", ") (vl-print-str "\"zero\": ") (vl-jp-dstrength (vl-gatestrength->zero x)) (vl-println? ", ") (vl-print-str "\"one\": ") (vl-jp-dstrength (vl-gatestrength->one x)) (vl-println? "}"))))