aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/chisel3/Test.fir9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/chisel3/Test.fir b/test/chisel3/Test.fir
index aea7acde..1a39b93a 100644
--- a/test/chisel3/Test.fir
+++ b/test/chisel3/Test.fir
@@ -3,7 +3,10 @@
circuit Test :
module Test :
- wire x : UInt<10>
- x := UInt(5151)
- x := UInt(515151512512412414124124124124)
+ wire x : UInt
+ x := UInt(0)
+ x := UInt(1)
+ x := UInt(10)
+ x := UInt(21474836)
+ x := UInt("h21474836")