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