From f6ea3dc1bb5efb4455fd3b995ced36add85a44c0 Mon Sep 17 00:00:00 2001 From: azidar Date: Mon, 25 Jan 2016 11:29:45 -0800 Subject: Changed tests to pass with change to postfix of generated name --- test/passes/split-exp/split-in-when.fir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/passes/split-exp/split-in-when.fir') diff --git a/test/passes/split-exp/split-in-when.fir b/test/passes/split-exp/split-in-when.fir index 69e2b96e..e4d0da36 100644 --- a/test/passes/split-exp/split-in-when.fir +++ b/test/passes/split-exp/split-in-when.fir @@ -13,8 +13,8 @@ circuit Top : when bit(subw(a,c),3) : out <= mux(eqv(bits(UInt(32),4,0),UInt(13)),addw(a,addw(b,c)),subw(c,b)) -;CHECK: node GEN = subw(a, c) -;CHECK: node GEN_1 = bit(GEN, 3) +;CHECK: node GEN_0 = subw(a, c) +;CHECK: node GEN_1 = bit(GEN_0, 3) ;CHECK: node GEN_2 = eqv(UInt("h0"), UInt("hd")) ;CHECK: node GEN_3 = addw(b, c) ;CHECK: node GEN_4 = addw(a, GEN_3) -- cgit v1.2.3