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