From 6ce20db7e2f81cd3ef8f859614f423bea897484b Mon Sep 17 00:00:00 2001 From: Adam Izraelevitz Date: Wed, 29 Jul 2015 11:22:02 -0700 Subject: Add bigint support. --- test/chisel3/Test.fir | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'test/chisel3/Test.fir') 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") -- cgit v1.2.3