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

[Ibis] Introduce 'ibis.design' #6835

Merged
merged 10 commits into from
Apr 4, 2024
Merged

[Ibis] Introduce 'ibis.design' #6835

merged 10 commits into from
Apr 4, 2024

Conversation

teqdruid
Copy link
Contributor

@teqdruid teqdruid commented Mar 16, 2024

Encapsulate everything into a new op. It's an InnerSymbolTable so that
we can identify everything with inner symbols.

Changes required:

  • Put all ibis operations in the new ibis.design op.
  • Replace all symbols with InnerSymAttrs. Make sure they are unique within an ibis.design.
  • Replace all symbol refs with InnerRefAttrs.

Encapsulate everything into a new op. It's an InnerSymbolTable so that
we can identify _everything_ with inner symbols.

Partial progress.
@teqdruid teqdruid added the Ibis label Mar 16, 2024
@mortbopet mortbopet changed the title [WiP][Ibis] Introduce 'ibis.design' [Ibis] Introduce 'ibis.design' Apr 3, 2024
@mortbopet mortbopet marked this pull request as ready for review April 3, 2024 13:37
Copy link
Contributor

@blakep-msft blakep-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mortbopet mortbopet merged commit 83dd12e into main Apr 4, 2024
4 checks passed
cepheus69 pushed a commit to cepheus69/circt that referenced this pull request Apr 22, 2024
* Revert "[Ibis] Split ContainerOp in two (llvm#6739)"

This reverts commit d17f2f1.

* [Ibis] Introduce 'ibis.design'

Encapsulate everything into a new op. It's an InnerSymbolTable so that
we can identify _everything_ with inner symbols.

Partial progress.

* Hopefully avoid some msvc warnings

* add topLevel attr to containerop

* bug fixes

* Nest createContainerizePass inside of <ibis::DesignOp>

* Work

* Work

* Working

* Self review

---------

Co-authored-by: Blake Pelton <blakep@microsoft.com>
Co-authored-by: Morten Borup Petersen <morten_bp@live.dk>
@darthscsi darthscsi deleted the teqdruid/ibis-containers branch June 4, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants