diff options
| author | Palmer Dabbelt | 2016-02-10 19:18:13 -0800 |
|---|---|---|
| committer | Palmer Dabbelt | 2016-02-10 19:29:37 -0800 |
| commit | 5902fe349fbadbe66b4553b286fbf2db74af96c2 (patch) | |
| tree | 741de87538dcf4fab0c5abf10ab6d4693dc28cce /src/main/stanza | |
| parent | 404b5a18483e86088e29b333cc61d6628ae50d15 (diff) | |
Re-enable some passes
These were accidentally removed.
Diffstat (limited to 'src/main/stanza')
| -rw-r--r-- | src/main/stanza/compilers.stanza | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/stanza/compilers.stanza b/src/main/stanza/compilers.stanza index 663f28b2..1054b622 100644 --- a/src/main/stanza/compilers.stanza +++ b/src/main/stanza/compilers.stanza @@ -74,9 +74,9 @@ public defmethod passes (c:StandardVerilog) -> List<Pass> : ;RemoveSpecialChars() ;TempElimination() ; Needs to check number of uses ;=============== - ;CInferTypes() - ;CInferMDir() - ;RemoveCHIRRTL() + CInferTypes() + CInferMDir() + RemoveCHIRRTL() ;=============== ToWorkingIR() ;=============== |
