-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add metadata mapping from ports to channels to the Block IR.
This metadata indicates which channel the ports where constructed for. Currently, this metadata is not load bearing. This is the first step in migrating this information from the channel to the block. Having the information on the block is more natural. It enables removal of channels after block creating and more naturally fits with the proc scoped channel paradigm. Also, as part of this change add a node class PortNode which InputPort and OutputPort are derived from, and fix a minor bug having to do with port name tracking. Serializing the metadata will be added in a followup change. PiperOrigin-RevId: 721883772
- Loading branch information
1 parent
d8bf842
commit 2c6e138
Showing
18 changed files
with
634 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.