diff options
Diffstat (limited to 'test/passes')
| -rw-r--r-- | test/passes/infer-widths/simple.fir | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/passes/infer-widths/simple.fir b/test/passes/infer-widths/simple.fir index f98d98da..fcd08ac6 100644 --- a/test/passes/infer-widths/simple.fir +++ b/test/passes/infer-widths/simple.fir @@ -3,10 +3,9 @@ ;CHECK: Infer Widths circuit top : module top : - wire e : UInt - wire x : UInt + wire e : UInt(30) reg y : UInt - y := mux-uu(e, UInt(1), equal-uu(gt-uu(x, x), UInt(0))) + y := e ; CHECK: Finished Infer Widths |
