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