aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPatrick Li2015-04-10 15:03:07 -0700
committerPatrick Li2015-04-10 15:03:07 -0700
commit5d9f23db98f003b14cc4f47b7c92c414131b780f (patch)
tree07ed3675f5668a97004df53ded9da70c6fbb0f95 /test
parent64a37e456519af4473592c791f269d72b008bd17 (diff)
Updated Stanza
Diffstat (limited to 'test')
-rw-r--r--test/passes/resolve-genders/bulk.fir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/resolve-genders/bulk.fir b/test/passes/resolve-genders/bulk.fir
index 0276715f..ab549975 100644
--- a/test/passes/resolve-genders/bulk.fir
+++ b/test/passes/resolve-genders/bulk.fir
@@ -3,9 +3,9 @@
;CHECK: Resolve Genders
circuit top :
module source :
- output bundle : { male data : UInt(16), female ready : UInt(1) }
+ output bundle : { data : UInt(16), flip ready : UInt(1) }
module sink :
- input bundle : { male data : UInt(16), female ready : UInt(1) }
+ input bundle : { data : UInt(16), flip ready : UInt(1) }
module top :
inst src of source
inst snk of sink