aboutsummaryrefslogtreecommitdiff
path: root/test/chisel3/Test.fir
blob: aea7acde1d178fe7d38db8d7de76354c9e16fc66 (plain)
1
2
3
4
5
6
7
8
9
; RUN: firrtl -i %s -o %s.v -X verilog -p c | tee %s.out | FileCheck %s
; CHECK: Done!

circuit Test : 
  module Test : 
     wire x : UInt<10>
     x := UInt(5151)
     x := UInt(515151512512412414124124124124)