-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add elaboration support for old-style procs.
Elaboration for old-style procs (procs which use global channels) simply creates an instance for each proc and channel in the package. This is necessary because some parts of XLS such as the JIT/interpreter need to work with instances not IR objects. This functionality will be removed when all procs are new-style proc (procs with proc-scoped channels). Also augment the Elaboration API to include getting lists of instances for each channel, proc, or channel reference. PiperOrigin-RevId: 595519545
- Loading branch information
1 parent
5189c85
commit b06e54a
Showing
4 changed files
with
488 additions
and
97 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
Oops, something went wrong.