aboutsummaryrefslogtreecommitdiff
path: root/test/passes/jacktest/bundlewire.fir
diff options
context:
space:
mode:
authorazidar2015-04-08 17:31:07 -0700
committerazidar2015-04-08 17:31:07 -0700
commit371afc84d857f1422451d8ec2972d7b98588739b (patch)
treed0d5c44c422502c7a7d3bfbad27950bc2f93e8f0 /test/passes/jacktest/bundlewire.fir
parente5b9f6ec710e8573ce262330731bebc7524296e5 (diff)
Fixed bug in lowering that incorrectly determined genders when subfielded
Diffstat (limited to 'test/passes/jacktest/bundlewire.fir')
-rw-r--r--test/passes/jacktest/bundlewire.fir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/jacktest/bundlewire.fir b/test/passes/jacktest/bundlewire.fir
index 0d0f0377..0356597e 100644
--- a/test/passes/jacktest/bundlewire.fir
+++ b/test/passes/jacktest/bundlewire.fir
@@ -1,10 +1,10 @@
-; RUN: firrtl %s abcefghipj c | tee %s.out | FileCheck %s
+; RUN: firrtl %s abcefghipj cg | tee %s.out | FileCheck %s
; CHECK: Expand Whens
circuit BundleWire :
module BundleWire :
- output in : { y : UInt(32), x : UInt(32) }
+ input in : { y : UInt(32), x : UInt(32) }
output outs : { y : UInt(32), x : UInt(32) }[4]
wire coords : { y : UInt(32), x : UInt(32) }[4]