Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multisymbol RLE implementation #1052

Closed
wants to merge 7 commits into from

Commits on Oct 6, 2023

  1. [RLE] Support multiple symbols/pairs in single transaction

    This commit adds valid signals to PlainData interface.
    CompressedData interface uses `count > 0` to define
    valid symbol count pair. This is in preparation for a
    multisymbol RLE encoder implementation.
    
    Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
    mtdudek committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c9d8272 View commit details
    Browse the repository at this point in the history
  2. [DSLX] Add advanced RunLengthEncoder

    This encoder is capable of ingesting multiple symbols
    and produces multiple compressed pairs.
    It should offer faster compression in exchange for area
    used.
    
    Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
    mtdudek committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    13e09b9 View commit details
    Browse the repository at this point in the history
  3. [RLE]: Improve high level overview on Multisymbol encoder

    Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
    mtdudek committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ccb35f7 View commit details
    Browse the repository at this point in the history
  4. xls:modules:rle: Review: update comments

    Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
    mtdudek committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f16f00e View commit details
    Browse the repository at this point in the history
  5. xls:modules:rle: Add description for Multisymbol RLE

    Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
    mtdudek committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    a84a8ec View commit details
    Browse the repository at this point in the history
  6. xls:modules:rle: Review: Change step to proc

    Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
    mtdudek committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    66ff962 View commit details
    Browse the repository at this point in the history
  7. review: Update adv rle enc documentation

    Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
    mtdudek committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d28d81b View commit details
    Browse the repository at this point in the history