Modifying constructor for vl-timingstmt structures.
(change-vl-timingstmt x [:ctrl <ctrl>] [:body <body>] [:atts <atts>])
This is an often useful alternative to make-vl-timingstmt.
We construct a new vl-timingstmt structure that is a copy of
This is an ordinary
Macro:
(defmacro change-vl-timingstmt (x &rest args) (std::change-aggregate 'vl-timingstmt x args '((:ctrl . vl-timingstmt->ctrl) (:body . vl-timingstmt->body) (:atts . vl-timingstmt->atts)) 'change-vl-timingstmt 'remake-vl-timingstmt))