You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
Arrays of module instantiations actually look A LOT like generate statements. I guess that's not surprising since we handle instantiations and generates nearly identically everywhere else.
Deliverables
Add parser support for instance arrays
Add typechecking support for instance arrays
TEMPORARY --- Emit typechecker errors for instance array usage
Support for instance arrays
FINAL --- Turn off typechecker errors and switch to support
The text was updated successfully, but these errors were encountered:
Overview
Arrays of module instantiations actually look A LOT like generate statements. I guess that's not surprising since we handle instantiations and generates nearly identically everywhere else.
Deliverables
The text was updated successfully, but these errors were encountered: