aboutsummaryrefslogtreecommitdiff
path: root/test/features/BigInt.fir
diff options
context:
space:
mode:
authorazidar2016-01-31 12:59:31 -0800
committerazidar2016-02-09 18:57:06 -0800
commite985d47312458459e9ebe42fe99b5a063c08e637 (patch)
treed726c711e86d6e948a220a568dcae0a997629d18 /test/features/BigInt.fir
parent2bd423fa061fb3e0973fa83e98f2877fd4616746 (diff)
Changed stanza output of UInt/SInt to include widths. Made tests match accordingly
Diffstat (limited to 'test/features/BigInt.fir')
-rw-r--r--test/features/BigInt.fir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/features/BigInt.fir b/test/features/BigInt.fir
index a8dadcfc..9060d705 100644
--- a/test/features/BigInt.fir
+++ b/test/features/BigInt.fir
@@ -5,6 +5,6 @@ circuit Top :
node y = UInt("h100000")
node z = UInt("h00")
-;CHECK: node x = UInt("h2")
-;CHECK: node z = UInt("h0")
+;CHECK: node x = UInt<2>("h2")
+;CHECK: node z = UInt<1>("h0")
;CHECK: Done!