aboutsummaryrefslogtreecommitdiff
path: root/test/passes/make-explicit-reset
diff options
context:
space:
mode:
authorazidar2015-02-24 09:40:02 -0800
committerazidar2015-02-24 09:40:02 -0800
commit2353d640907a7b04477b06a5b3da6b7bbafc448d (patch)
tree74d7d731eade1fba4763aa36bf4a9245c41df5d7 /test/passes/make-explicit-reset
parent641af82f49d46ef8d4bb60129fd93dfe7d23e94c (diff)
Updated tests, and included a check for the name of the pass, which
allows the compiler to print after each pass to ease debugging
Diffstat (limited to 'test/passes/make-explicit-reset')
-rw-r--r--test/passes/make-explicit-reset/mix-reset.fir (renamed from test/passes/make-explicit-reset/abc.fir)1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/passes/make-explicit-reset/abc.fir b/test/passes/make-explicit-reset/mix-reset.fir
index caed07ab..23a1232a 100644
--- a/test/passes/make-explicit-reset/abc.fir
+++ b/test/passes/make-explicit-reset/mix-reset.fir
@@ -1,5 +1,6 @@
; RUN: firrtl %s abc | tee %s.out | FileCheck %s
+; CHECK: Make Explicit Reset
circuit top :
module A :
;CHECK: input reset : UInt(1)