opensocdebug / osd-doc

Open Soc Debug Documentation, including the specification
http://www.opensocdebug.org
Other
1 stars 3 forks source link

Increase minimum packet length to 12 words #12

Closed imphil closed 6 years ago

imphil commented 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.