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

[FIRRTL] Add ObjectOp #5759

Merged
merged 1 commit into from
Aug 2, 2023
Merged

[FIRRTL] Add ObjectOp #5759

merged 1 commit into from
Aug 2, 2023

Conversation

rwy7
Copy link
Contributor

@rwy7 rwy7 commented Aug 2, 2023

ObjectOp is a declaration of an object in firrtl, which in turn is an instance of a class. ObjectOp has a single return value, of type ClassType, which represents the instantiated object. Objects are moduel-like, in that they have input and output ports, but unlike modules, are not exploded into their ports.

ObjectOp is a declaration of an object in firrtl, which in turn is an instance
of a class. ObjectOp has a single return value, of type ClassType, which
represents the instantiated object. Objects are bundle-like, in that they have
input and output ports, but unlike modules, are not exploded into their ports.
Copy link
Contributor

@mikeurbach mikeurbach left a comment

Choose a reason for hiding this comment

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

Makes sense to me.

@rwy7 rwy7 merged commit f6f3324 into llvm:main Aug 2, 2023
5 checks passed
@rwy7 rwy7 deleted the classes branch August 2, 2023 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants