aboutsummaryrefslogtreecommitdiff
path: root/src/main/stanza/compilers.stanza
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/stanza/compilers.stanza')
-rw-r--r--src/main/stanza/compilers.stanza2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/compilers.stanza b/src/main/stanza/compilers.stanza
index 1598be21..ec65bdca 100644
--- a/src/main/stanza/compilers.stanza
+++ b/src/main/stanza/compilers.stanza
@@ -58,12 +58,12 @@ public defmethod passes (c:StandardVerilog) -> List<Pass> :
;CheckTypes() ;R
ExpandAccesses() ;W
ExpandConnects() ;W
+ ;ReplaceIndexers()
ResolveKinds() ;W
InferTypes() ;R
ResolveGenders() ;W
;LowerToGround() ;W
;ExpandIndexedConnects() ;W
- ReplaceIndexers()
;InferTypes() ;R
;CheckGenders() ;W
ExpandWhens() ;W