aboutsummaryrefslogtreecommitdiff
path: root/test/passes/make-explicit-reset
diff options
context:
space:
mode:
authorjackbackrack2015-05-19 16:02:21 -0700
committerjackbackrack2015-05-19 16:02:21 -0700
commitf4edadb530297f4f3e293c81c0d8414f8279b65b (patch)
tree643db928ee1a396a2ecbf8477fd3fa6aee9f3927 /test/passes/make-explicit-reset
parenteb7d0913bd01cffdc2be944c7001721f737b44bf (diff)
parent14bb9cda8352388bcd33ba9ca2700805dc51639f (diff)
get flo backend running again with no pads and generic operators
Diffstat (limited to 'test/passes/make-explicit-reset')
-rw-r--r--test/passes/make-explicit-reset/mix-reset.fir8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/passes/make-explicit-reset/mix-reset.fir b/test/passes/make-explicit-reset/mix-reset.fir
index a255dc33..97d32397 100644
--- a/test/passes/make-explicit-reset/mix-reset.fir
+++ b/test/passes/make-explicit-reset/mix-reset.fir
@@ -1,4 +1,4 @@
-; RUN: firrtl -i %s -o %s.flo -x abc -p c | tee %s.out | FileCheck %s
+; RUN: firrtl -i %s -o %s.flo -X flo -p cd | tee %s.out | FileCheck %s
; CHECK: Make Explicit Reset
circuit top :
@@ -23,7 +23,7 @@ circuit top :
;CHECK: input reset : UInt<1>
input a : UInt<16>
input b : UInt<16>
- output z : UInt
- inst a of A
- ;CHECK: a.reset := reset
+ output z : UInt<1>
+ inst x of A
+ ;CHECK: x.reset := reset
;CHECK: Finished Make Explicit Reset