From 371afc84d857f1422451d8ec2972d7b98588739b Mon Sep 17 00:00:00 2001 From: azidar Date: Wed, 8 Apr 2015 17:31:07 -0700 Subject: Fixed bug in lowering that incorrectly determined genders when subfielded --- test/passes/jacktest/bundlewire.fir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/passes/jacktest/bundlewire.fir') 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] -- cgit v1.2.3