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

Chisel 6 update #12

Merged
merged 8 commits into from
May 8, 2024
Merged

Chisel 6 update #12

merged 8 commits into from
May 8, 2024

Commits on May 6, 2024

  1. Update dependencies.

    ccromjongh committed May 6, 2024
    Configuration menu
    Copy the full SHA
    52b4e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88bc43a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Remove timescopes from complexity converter test.

    Add run argument to driver functions for printing purposes.
    ccromjongh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    fc7c271 View commit details
    Browse the repository at this point in the history
  2. Remove compile warnings.

    Width type is now part of Chisel package.
    Source and sink clocks do not need to be initialized anymore.
    ccromjongh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e77a202 View commit details
    Browse the repository at this point in the history
  3. Change consecutive parallel calls to parallel consecutive calls.

    With the V6 update the previous results in a poke after poke error.
    ccromjongh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    fd91d49 View commit details
    Browse the repository at this point in the history
  4. Add reset option to enqueue functions.

    This replaces the `timescope` functionality.
    ccromjongh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    81511f0 View commit details
    Browse the repository at this point in the history
  5. Generalize and abstract enqueue/dequeue methods.

    Extract the common code.
    ccromjongh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    96e2166 View commit details
    Browse the repository at this point in the history
  6. PreCI.

    ccromjongh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    85d69b3 View commit details
    Browse the repository at this point in the history