diff options
Diffstat (limited to 'test/errors/width/Conservative.fir')
| -rw-r--r-- | test/errors/width/Conservative.fir | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/errors/width/Conservative.fir b/test/errors/width/Conservative.fir new file mode 100644 index 00000000..43aa648f --- /dev/null +++ b/test/errors/width/Conservative.fir @@ -0,0 +1,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") |
