-
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 support in VAST for various SystemVerilog constructs.
- Typedefs - Enums - Structs - Arrays with a specified element type - Arrays with an expression that is the max rather than the width - Return statements - More complete parameter and argument declarations - Literals that explicitly declare width and signedness - Power operator - Remove the prohibition on DataType::Emit(), since it now needs to be emitted in contexts without an identifier. PiperOrigin-RevId: 634178542
- Loading branch information
1 parent
37cde3a
commit dc81bac
Showing
4 changed files
with
656 additions
and
138 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.