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

[FSM]New builders for StateOp and TransitionOp. #6991

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on May 3, 2024

  1. [FSM]New Builders for StateOp and TransitionOp

    1. Create an OutputOp inside a StateOp with the output values instead of an empty OutputOp, which needs to be erased after all.
    
    2. Accept two functions as arguments to create the TransitionOp, which is similar to the creation of sv::IfOp. This would be helpful because one doesn't have to create the blocks and set the insertion point manually, which may cause errors sometime.
    HahaLan97 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a365061 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    0f09155 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ff5843 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab31b3f View commit details
    Browse the repository at this point in the history
  4. Fix sanity check.

    HahaLan97 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    484259d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de533ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2fdf1c View commit details
    Browse the repository at this point in the history
  7. Fix clang-tidy problems.

    HahaLan97 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    55d92b5 View commit details
    Browse the repository at this point in the history
  8. Fix clang-format.

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

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    4d55478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb5083e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55d655e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    24bef6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e172b52 View commit details
    Browse the repository at this point in the history
  3. stupid commit

    HahaLan97 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    edbc914 View commit details
    Browse the repository at this point in the history
  4. stupid commit

    HahaLan97 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    41d2858 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Clean up and update.

    HahaLan97 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    886a004 View commit details
    Browse the repository at this point in the history