-
Notifications
You must be signed in to change notification settings - Fork 307
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
[PyCDE][Handshake] Add bindings for Handshake functions #7849
Conversation
358b677
to
8720c4a
Compare
9640109
to
5aad5e3
Compare
@mikeurbach You might be interested in this. |
Very cool! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo "locking things down" and only allowing comb
and handshake
operations inside the Func
(... for now).
The reason I didn't is that I'm not quite sure the best way to do this. I don't want the |
Exposes the Handshake dialect's FuncOp in the same style as an HWModuleOp:
And instantiates them via ESI channels: