Constructor macro for honsed aig2c-config-p structures.
Syntax:
(make-honsed-aig2c-config [:prefix <prefix>] [:type <type>] [:op-and <op-and>] [:op-not <op-not>])
This is identical to make-aig2c-config, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-aig2c-config (&rest args) (std::make-aggregate 'aig2c-config args '((:prefix . "_temp") (:type . "const uint32_t") (:op-and . "&") (:op-not . "~")) 'make-honsed-aig2c-config t))