aboutsummaryrefslogtreecommitdiff
path: root/src/main/stanza/compilers.stanza
diff options
context:
space:
mode:
authorazidar2015-08-28 13:21:05 -0700
committerazidar2015-08-28 13:21:05 -0700
commitc561cb225ed564c83ea636644af96fd2e6dee0ab (patch)
tree913548e5f582f3475ee65b3976e65f6ec3fe5ddc /src/main/stanza/compilers.stanza
parent7f7674edbe6f1f9eb10f12fac50b999deb5b1238 (diff)
Moved check type and check kind after check gender
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