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

Feature/generalized-data-width-converter #144

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    232473e View commit details
    Browse the repository at this point in the history
  2. Cropping and Padding decoupled to two parameters, effecting either th…

    …e input or output ports only.
    lstasytis committed May 6, 2024
    Configuration menu
    Copy the full SHA
    671c3d8 View commit details
    Browse the repository at this point in the history
  3. fixed wrong commit

    lstasytis committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4250e16 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Padding and Cropping introduced via tracking of forwarded bits from i…

    …nput stream to output stream
    lstasytis committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9d845f6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. DWC version which performs data width conversion, padding and croppin…

    …g by using a shift register where either the input or the output word are in a static position while the other are dynamically tracked as to where the write the bits using a variable for tracking how many values are currently in the buffer.
    lstasytis committed May 23, 2024
    Configuration menu
    Copy the full SHA
    28eeeff View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    efe52b8 View commit details
    Browse the repository at this point in the history
  2. bugfix

    lstasytis committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    239d0fc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. support for 4D input

    lstasytis committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5fb0f96 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    0c75c5e View commit details
    Browse the repository at this point in the history
  2. small refactor

    lstasytis committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2cd5b20 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    2e7b259 View commit details
    Browse the repository at this point in the history