diff options
Diffstat (limited to 'test/passes/expand-whens/reg-dwc.fir')
| -rw-r--r-- | test/passes/expand-whens/reg-dwc.fir | 4 |
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 e8267861..6713b1f2 100644 --- a/test/passes/expand-whens/reg-dwc.fir +++ b/test/passes/expand-whens/reg-dwc.fir @@ -16,8 +16,8 @@ circuit top : ; CHECK: module top : ; CHECK: wire p : UInt ; CHECK: reg r : UInt -; CHECK: p <= UInt("h1") -; CHECK: r <= mux(p, UInt("h2"), r) +; CHECK: p <= UInt<1>("h1") +; CHECK: r <= mux(p, UInt<2>("h2"), r) ; CHECK: Finished Expand Whens |
