aboutsummaryrefslogtreecommitdiff
path: root/test/passes/const-prop/bits.fir
diff options
context:
space:
mode:
authorazidar2016-01-31 12:59:31 -0800
committerazidar2016-02-09 18:57:06 -0800
commite985d47312458459e9ebe42fe99b5a063c08e637 (patch)
treed726c711e86d6e948a220a568dcae0a997629d18 /test/passes/const-prop/bits.fir
parent2bd423fa061fb3e0973fa83e98f2877fd4616746 (diff)
Changed stanza output of UInt/SInt to include widths. Made tests match accordingly
Diffstat (limited to 'test/passes/const-prop/bits.fir')
-rw-r--r--test/passes/const-prop/bits.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/const-prop/bits.fir b/test/passes/const-prop/bits.fir
index 78c450a9..74aa19de 100644
--- a/test/passes/const-prop/bits.fir
+++ b/test/passes/const-prop/bits.fir
@@ -1,7 +1,7 @@
; RUN: firrtl -i %s -o %s.v -X verilog -p cT 2>&1 | tee %s.out | FileCheck %s
;CHECK: Constant Propagation
-;CHECK: node x = UInt("h7")
+;CHECK: node x = UInt<3>("h7")
;CHECK: Finished Constant Propagation
circuit top :