Sequence Item (Transaction) Composition

In reply to nocsmsourabh:

here’s a sim of what you are trying to do.

also, there are a few easier ways to do this. you could just put data1 and data2 into a struct; that gives you a single variable to work from. that way you dont duplicate data. You can also just put the aggregate data word, and constraint into trans1, and get rid of trans2. or, you could define a couple functions with a 16b argument for writing and reading the bytes. probably many many other ways…