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.stanza4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/stanza/compilers.stanza b/src/main/stanza/compilers.stanza
index b9a3028a..1e978a2e 100644
--- a/src/main/stanza/compilers.stanza
+++ b/src/main/stanza/compilers.stanza
@@ -49,11 +49,11 @@ public defmethod passes (c:StandardVerilog) -> List<Pass> :
TempElimination() ;R
ToWorkingIR() ;R -> W
ResolveKinds() ;W
- CheckKinds() ;W
InferTypes() ;R
- CheckTypes() ;R
ResolveGenders() ;W
CheckGenders() ;W
+ CheckKinds() ;W
+ CheckTypes() ;R
ExpandAccessors() ;W
LowerToGround() ;W
ExpandIndexedConnects() ;W