aboutsummaryrefslogtreecommitdiff
path: root/src/main/stanza/compilers.stanza
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/stanza/compilers.stanza')
-rw-r--r--src/main/stanza/compilers.stanza5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/stanza/compilers.stanza b/src/main/stanza/compilers.stanza
index e8c0acc8..01f6db96 100644
--- a/src/main/stanza/compilers.stanza
+++ b/src/main/stanza/compilers.stanza
@@ -54,10 +54,10 @@ public defmethod passes (c:StandardVerilog) -> List<Pass> :
CInferMDir()
RemoveCHIRRTL()
;===============
- CheckHighForm()
- ;===============
ToWorkingIR()
;===============
+ CheckHighForm()
+ ;===============
ResolveKinds()
InferTypes()
CheckTypes()
@@ -115,7 +115,6 @@ public defmethod backend (c:StandardFIRRTL) -> List<Pass> :
to-list $ [ FIRRTL(with-output(c)) ]
public defmethod passes (c:StandardFIRRTL) -> List<Pass> :
to-list $ [
- CheckHighForm()
FIRRTL(with-output(c))
]