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

Refactor panama binding and converter framwork #3754

Merged
merged 5 commits into from
Jan 22, 2024
Merged

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    14cb61e View commit details
    Browse the repository at this point in the history
  2. refactor circt panama binding framework.

    - split binder into two projects: Java Module circtpanamabinding and
      ScalaModule panamaconverter, in the future, OMEvaultor will be split
      from converter and get rid of dependency from chisel.
    - remove original test, add a small lit+FileCheck test in
      lit/tests/PanamaConveter to show how to write test.
    sequencer committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6192d4c View commit details
    Browse the repository at this point in the history
  3. remove useless javaopts

    sequencer committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    916d9c6 View commit details
    Browse the repository at this point in the history
  4. split om out and simplify panama package names

    In the future, we should rename them to org.chipsalliance...
    But for now, since we need to access internal API of chisel, panama is
    using the prefix of chisel3
    sequencer committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8dd26dd View commit details
    Browse the repository at this point in the history
  5. add smoketest

    sequencer committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4694f41 View commit details
    Browse the repository at this point in the history