aboutsummaryrefslogtreecommitdiff
path: root/test/errors/width/Conservative.fir
blob: 43aa648f65344da8853063298267191a94df2c5e (plain)
1
2
3
4
5
6
; RUN: firrtl -i %s -o %s.v -X verilog -p ciwT 2>&1 | tee %s.out | FileCheck %s
; CHECK: Width too small for UIntValue.

circuit Top : 
  module Top : 
    node bar = UInt<1>("h1111")