diff options
| author | azidar | 2016-01-20 09:53:05 -0800 |
|---|---|---|
| committer | azidar | 2016-01-20 09:53:05 -0800 |
| commit | a94299f2feeba75923fb3f3039f1063eaa730730 (patch) | |
| tree | efb572938234d8fccef4b3534d94d75e8b7c2904 /src/main/stanza/compilers.stanza | |
| parent | 263559753a0584ca7896607e643d9e6348811dff (diff) | |
WIP, need to update chirrtl with new mask syntax
Diffstat (limited to 'src/main/stanza/compilers.stanza')
| -rw-r--r-- | src/main/stanza/compilers.stanza | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/stanza/compilers.stanza b/src/main/stanza/compilers.stanza index de775648..4878dce5 100644 --- a/src/main/stanza/compilers.stanza +++ b/src/main/stanza/compilers.stanza @@ -50,6 +50,7 @@ public defmethod passes (c:StandardVerilog) -> List<Pass> : ;RemoveSpecialChars() ;TempElimination() ; Needs to check number of uses ;=============== + InferTypes() ToIR() ;=============== CheckHighForm() |
