Modifying constructor for svex-override structures.
(change-svex-override x [:wire <wire>] [:test <test>] [:val <val>])
This is an often useful alternative to make-svex-override.
We construct a new svex-override structure that is a copy of
This is an ordinary
Macro:
(defmacro change-svex-override (x &rest args) (std::change-aggregate 'svex-override x args '((:wire . svex-override->wire) (:test . svex-override->test) (:val . svex-override->val)) 'change-svex-override 'nil))