-
Notifications
You must be signed in to change notification settings - Fork 46
Description
I am not sure if my understanding is correct.
I have checked the data in the gzip.inbound, and the head data are
0x400000000a000400 SoT 0xff
0x0000000000000000 EoT 0xff
0x800000000a000601 SoT 0xff
0x000000000580f000 0xff
0x3a00000000000450 EoT 0xff
0x800000000a000d0f SoT 0xff
i can see from the waveform they are mapping to RQE, CMD,AUX FRMD part but each field i can hardly aligned as 3.1.2.9 comp_ctrl (Offset:0x10[31:0], Size: 32) have field algorithm, but i cannot find the data above 0x3a00000000000450 can mapped to gzip algo ..
also in the spec the define Length of the TLV in units of 4 bytes. This length is computed over the entirety of the TLV Type, Length and data fields are the same description for each header part in the Top_Micro_Architeture spec .
Are there any updated spec and is there plan for this IP roadmap?
thanks