aboutsummaryrefslogtreecommitdiff
path: root/test/passes/expand-whens/reg-dwc.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/reg-dwc.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/reg-dwc.fir')
-rw-r--r--test/passes/expand-whens/reg-dwc.fir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/expand-whens/reg-dwc.fir b/test/passes/expand-whens/reg-dwc.fir
index f8076a3e..2403816a 100644
--- a/test/passes/expand-whens/reg-dwc.fir
+++ b/test/passes/expand-whens/reg-dwc.fir
@@ -15,8 +15,8 @@ circuit top :
; CHECK: module top :
; CHECK: wire p : UInt
; CHECK: reg r : UInt
-; CHECK: p := UInt("h00000001")
-; CHECK: when p : r := UInt("h00000002")
+; CHECK: p := UInt("h1")
+; CHECK: when p : r := UInt("h2")
; CHECK: Finished Expand Whens