aboutsummaryrefslogtreecommitdiff
path: root/test/chisel3/Test.fir
blob: 1a39b93ae450a1b18cf08ae3d2d118fb85be7464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; 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
     x := UInt(0)
     x := UInt(1)
     x := UInt(10)
     x := UInt(21474836)
     x := UInt("h21474836")