lava icon indicating copy to clipboard operation
lava copied to clipboard

Shmem Ports & Channel refactor development

Open hexu33 opened this issue 3 years ago • 1 comments

Issue Number:

Objective of pull request:

Pull request checklist

Your PR fulfills the following requirements:

  • [ ] Issue created that explains the change and why it's needed
  • [ ] Tests are part of the PR (for bug fixes / features)
  • [ ] Docs reviewed and added / updated if needed (for bug fixes / features)
  • [ ] PR conforms to Coding Conventions
  • [x] PR applys BSD 3-clause or LGPL2.1+ Licenses to all code files
  • [x] Lint (flakeheaven lint src/lava tests/) and (bandit -r src/lava/.) pass locally
  • [ ] Build tests (pytest) passes locally

Pull request type

Please check your PR type:

  • [ ] Bugfix
  • [ ] Feature
  • [ ] Code style update (formatting, renaming)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] Documentation changes
  • [ ] Other (please describe):

What is the current behavior?

What is the new behavior?

Does this introduce a breaking change?

  • [ ] Yes
  • [ ] No

Supplemental information

hexu33 avatar Aug 12 '22 09:08 hexu33

@hexu33 pls add api calling of Ports & Channel into lava.magma.compiler.channels.*.

killight98 avatar Aug 17 '22 06:08 killight98