diff options
| author | azidar | 2016-01-23 15:36:09 -0800 |
|---|---|---|
| committer | azidar | 2016-01-23 15:36:09 -0800 |
| commit | d98526e50f9dee6edd4d885c707972cfa9666e34 (patch) | |
| tree | db879c88982cf5a16a224bdadc8d95a1bd1d3580 /src/main/stanza/compilers.stanza | |
| parent | 854b5d1b1e8929f74294dcce1bfb18dfbf7c874e (diff) | |
Added inference to mports
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 167efc26..bb409189 100644 --- a/src/main/stanza/compilers.stanza +++ b/src/main/stanza/compilers.stanza @@ -51,6 +51,7 @@ public defmethod passes (c:StandardVerilog) -> List<Pass> : ;TempElimination() ; Needs to check number of uses ;=============== CInferTypes() + CInferMDir() RemoveCHIRRTL() ;=============== CheckHighForm() |
