From 521a4277bfc1d764dc9ee771c604200525e871cb Mon Sep 17 00:00:00 2001 From: azidar Date: Wed, 13 May 2015 17:08:29 -0700 Subject: Added source indicators from FIRRTL files. Pass in -p i to get them printed. Should show up with check passes --- test/passes/jacktest/bundlewire.fir | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/passes/jacktest') diff --git a/test/passes/jacktest/bundlewire.fir b/test/passes/jacktest/bundlewire.fir index cd5b2dfe..cea54ed4 100644 --- a/test/passes/jacktest/bundlewire.fir +++ b/test/passes/jacktest/bundlewire.fir @@ -1,17 +1,17 @@ -; RUN: firrtl -i %s -o %s.flo -x X -p cg | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.flo -x X -p ct | tee %s.out | FileCheck %s ; CHECK: Expand Whens circuit TestLower : module Inst : - input x : UInt - output y : UInt + input data : { w : UInt , x : UInt } + input tag : { y : UInt, z : UInt } module TestLower : mem m : {data : { w : UInt , x : UInt } tag : { y : UInt, z : UInt }}[8] wire index : UInt accessor r = m[index] inst i of Inst - i.x := r + i.data := r.data ; CHECK: Finished Expand Whens -- cgit v1.2.3