diff options
| author | azidar | 2016-01-23 06:58:59 -0800 |
|---|---|---|
| committer | azidar | 2016-01-23 06:58:59 -0800 |
| commit | 99062792e5006dbf4c6b1f97da9121bbd6217c7a (patch) | |
| tree | b8cf5153edecc108a65894da5b00c03c05e9fffb /src/main/stanza/compilers.stanza | |
| parent | cce5603ac7f5765434ec8239053b1fde74a2c67f (diff) | |
Changed chirrtl to not require known mask values
Diffstat (limited to 'src/main/stanza/compilers.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 4878dce5..167efc26 100644 --- a/src/main/stanza/compilers.stanza +++ b/src/main/stanza/compilers.stanza @@ -50,8 +50,8 @@ public defmethod passes (c:StandardVerilog) -> List<Pass> : ;RemoveSpecialChars() ;TempElimination() ; Needs to check number of uses ;=============== - InferTypes() - ToIR() + CInferTypes() + RemoveCHIRRTL() ;=============== CheckHighForm() ;=============== @@ -122,7 +122,7 @@ public defmethod backend (c:StandardLoFIRRTL) -> List<Pass> : public defmethod passes (c:StandardLoFIRRTL) -> List<Pass> : to-list $ [ ;=============== - ToIR() + RemoveCHIRRTL() ;=============== CheckHighForm() ;=============== |
