-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIRRTL] Align inline layer ABI w/ spec proposal
Partially implement the inline layer convention ABI as described in the FIRRTL Spec/ABI PR for this feature [[1]]. This changes the name of the macro to be something that is more descriptive and cannot collide with FIRRTL identifiers (which are supposed to not include `$`). This does not implement the full ABI. Namely, it does not correctly handle circuits with multiple public modules. (Notably, this isn't implemented for the bind layer convention either.) This will be fixed in a follow-on. [1]: chipsalliance/firrtl-spec#262 Signed-off-by: Schuyler Eldridge <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
16 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