You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from reset, I send the following input block in static mode, 0x18 0x19 0x72 0x04 0x00 (which is compression of 'A'), then set imode == DECOMPRESS in next cycle and imode=IDLE for all cycles onwards, the o_oprogress never increments. When I send three blocks 0x18 0x19 0x72 0x04 0xC8 0x09 0x04 0x67 0x40 0x00 (one block for each 'A', 'B' and 'C'), and then decompress, the output is 0x41 ('A'), 0x42 ('B') and output for 'C' is never produced.
The text was updated successfully, but these errors were encountered:
Agreed that the last byte was wrong. Instead of 0x00 it should be 0x60 (now it incorporates a part of the header for the next byte). Now the input is 0x18 0x19 0x72 0x04 0x60. But the problem remains the same.
Starting from reset, I send the following input block in static mode, 0x18 0x19 0x72 0x04 0x00 (which is compression of 'A'), then set imode == DECOMPRESS in next cycle and imode=IDLE for all cycles onwards, the o_oprogress never increments. When I send three blocks 0x18 0x19 0x72 0x04 0xC8 0x09 0x04 0x67 0x40 0x00 (one block for each 'A', 'B' and 'C'), and then decompress, the output is 0x41 ('A'), 0x42 ('B') and output for 'C' is never produced.
The text was updated successfully, but these errors were encountered: