From 5902fe349fbadbe66b4553b286fbf2db74af96c2 Mon Sep 17 00:00:00 2001 From: Palmer Dabbelt Date: Wed, 10 Feb 2016 19:18:13 -0800 Subject: Re-enable some passes These were accidentally removed. --- src/main/stanza/compilers.stanza | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main') 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 : ;RemoveSpecialChars() ;TempElimination() ; Needs to check number of uses ;=============== - ;CInferTypes() - ;CInferMDir() - ;RemoveCHIRRTL() + CInferTypes() + CInferMDir() + RemoveCHIRRTL() ;=============== ToWorkingIR() ;=============== -- cgit v1.2.3