aboutsummaryrefslogtreecommitdiff
path: root/test/passes/expand-whens/bundle-init.fir
diff options
context:
space:
mode:
authorazidar2015-08-18 15:37:30 -0700
committerazidar2015-08-18 15:37:30 -0700
commit6253cb0880a39a046417490ae42da3789a2b5a27 (patch)
tree65cf5971f767307e29dfc23765fb6e2b49a3b066 /test/passes/expand-whens/bundle-init.fir
parentdc80d4f52a76aab8fcf0053b988658dd3857270c (diff)
Fixed so its length is greater than what it connects to. Changed shr to be extract, not >>
Diffstat (limited to 'test/passes/expand-whens/bundle-init.fir')
-rw-r--r--test/passes/expand-whens/bundle-init.fir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/expand-whens/bundle-init.fir b/test/passes/expand-whens/bundle-init.fir
index f7b14c0f..21bbbc52 100644
--- a/test/passes/expand-whens/bundle-init.fir
+++ b/test/passes/expand-whens/bundle-init.fir
@@ -19,8 +19,8 @@ circuit top :
; CHECK: r$x := mux(reset, w$x, a)
; CHECK: r$y := mux(reset, w$y, b)
-; CHECK: a := UInt("h00000001")
-; CHECK: b := UInt("h00000002")
+; CHECK: a := UInt("h1")
+; CHECK: b := UInt("h2")
; CHECK: w$x := b
; CHECK: w$y := a