Utilities Primitive Library
Primitive library for utilities primitives.
Primitives
Opcode enumeration for type-less components.
-- For passing opcodes to/from protocol-less workers/primitives
type opcode_t is (
sample_op_e,
time_op_e,
sample_interval_op_e,
flush_op_e,
discontinuity_op_e,
metadata_op_e
);
Conversion of opcode type (opcode_t-type) to SLV function.
Conversion of SLV to opcode type (opcode_t-type) function.