-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the named and ref types from the Moore dialect. These corresponded to Verilog `typedef`s and the `type(<expr>)` syntax, respectively. Since Slang performs full type checking on its AST, these types are no longer necessary at the Moore dialect level. This significantly simplifies the dialect's type system. Once we have a working lowering from Slang to the core dialects, we can reintroduce a dedicated type to track user-defined type names.
- Loading branch information
1 parent
a36c258
commit 475c6b4
Showing
7 changed files
with
25 additions
and
552 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.