diff options
| -rw-r--r-- | src/main/stanza/compilers.stanza | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/stanza/compilers.stanza b/src/main/stanza/compilers.stanza index c3c29c40..e55f43c1 100644 --- a/src/main/stanza/compilers.stanza +++ b/src/main/stanza/compilers.stanza @@ -56,8 +56,9 @@ public defmethod passes (c:StandardVerilog) -> List<Pass> : CheckGenders() ExpandAccessors() LowerToGround() - CheckGenders() ExpandIndexedConnects() + InferTypes() + CheckGenders() ExpandWhens() InferWidths() Pad() |
