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