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