In reply to Amruthabmanigar:
(1) Implication operators ( |-> / |=> ) are illegal within a sequence body. So you will have to use ##0/##1 instead.
(2) Using ##N ( where N >= 0 ) enables the user to concatenate sequences.
In reply to Amruthabmanigar:
(1) Implication operators ( |-> / |=> ) are illegal within a sequence body. So you will have to use ##0/##1 instead.
(2) Using ##N ( where N >= 0 ) enables the user to concatenate sequences.