Closed imphil closed 6 years ago
Currently http://opensocdebug.readthedocs.io/en/latest/02_spec/03_dataformats.html#length-limitations specifies a minimum packet length of 8 words or more. 8 words are not sufficient for some REG packets which are assumed to be transmitted within one packet.
The largest packet we have is the REQ_WRITE_REG_128 packet with 9 words of payload + 3 words of header, in sum 12 words.
Currently http://opensocdebug.readthedocs.io/en/latest/02_spec/03_dataformats.html#length-limitations specifies a minimum packet length of 8 words or more. 8 words are not sufficient for some REG packets which are assumed to be transmitted within one packet.
The largest packet we have is the REQ_WRITE_REG_128 packet with 9 words of payload + 3 words of header, in sum 12 words.