diff options
| author | azidar | 2015-08-28 13:21:05 -0700 |
|---|---|---|
| committer | azidar | 2015-08-28 13:21:05 -0700 |
| commit | c561cb225ed564c83ea636644af96fd2e6dee0ab (patch) | |
| tree | 913548e5f582f3475ee65b3976e65f6ec3fe5ddc /src/main/stanza/compilers.stanza | |
| parent | 7f7674edbe6f1f9eb10f12fac50b999deb5b1238 (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.stanza | 4 |
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 |
