diff options
Diffstat (limited to 'test/errors/high-form/RemoveChar.fir')
| -rw-r--r-- | test/errors/high-form/RemoveChar.fir | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/errors/high-form/RemoveChar.fir b/test/errors/high-form/RemoveChar.fir new file mode 100644 index 00000000..c9c2286e --- /dev/null +++ b/test/errors/high-form/RemoveChar.fir @@ -0,0 +1,12 @@ +; RUN: firrtl -i %s -o %s.flo -X flo -p c 2>&1 | tee %s.out | FileCheck %s +; CHECK: Done! + +circuit Top : + module Top : + wire x_1 : UInt<1> + x_1 := UInt(1) + wire x : UInt<1> + x := addw(addw(UInt(1),UInt(1)),UInt(1)) + + + |
