private
gethandler
— function
gethandler(isbroadcast::Bool, ftype::Type, argtypes::Type...)
Return an instance of the hardware handler for the call of type ftype
on arguments of types argtypes
.
isbroadcast
is true if the call is a broadcasted call.
Custom operators should overload this function to generate SystemVerilog for calls to the operator.
See also BitSAD.init_state
.