Reputation: 11
I am new to Specman, just don't know what the "%" prefix of a field in struct mean? for example, the codes below.
struct packet_s like any_sequence_item {
%addr : uint(bits: 2);
%data : list of byte;
...
};
What's the difference if we removed the "%"?
Thanks.
Upvotes: 1
Views: 139
Reputation: 163
To get all support\docs related Specman you should first register to their website
Upvotes: 0