diff options
Diffstat (limited to 'test/features')
| -rw-r--r-- | test/features/Long.fir | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/features/Long.fir b/test/features/Long.fir new file mode 100644 index 00000000..e03ab091 --- /dev/null +++ b/test/features/Long.fir @@ -0,0 +1,6 @@ +; RUN: firrtl -i %s -o %s.flo -X flo -p c | tee %s.out | FileCheck %s +;CHECK: Done +circuit Top : + module Top : + wire a : UInt + a := UInt(4261441663) |
