aboutsummaryrefslogtreecommitdiff
path: root/test/passes/infer-widths/simple.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/infer-widths/simple.fir')
-rw-r--r--test/passes/infer-widths/simple.fir6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/passes/infer-widths/simple.fir b/test/passes/infer-widths/simple.fir
index 50eb5452..0d4dc981 100644
--- a/test/passes/infer-widths/simple.fir
+++ b/test/passes/infer-widths/simple.fir
@@ -3,12 +3,12 @@
;CHECK: Infer Widths
circuit top :
module top :
- wire e : UInt(30)
+ wire e : UInt<30>
reg y : UInt
y := e
- wire a : UInt(20)
- wire b : UInt(10)
+ wire a : UInt<20>
+ wire b : UInt<10>
wire c : UInt
wire z : UInt