aboutsummaryrefslogtreecommitdiff
path: root/test/features
diff options
context:
space:
mode:
authorazidar2015-06-02 10:41:27 -0700
committerazidar2015-06-02 10:41:27 -0700
commitf8f9de58dbba5e53193246a5fd2145dfe6537e10 (patch)
treededcbc9b1dc7709d6efbc2dce3c5f36303f2a990 /test/features
parent8fc826a2770f46d63d8d7b1bccf14d2bf6e6b7cd (diff)
Added sequential/combinational memories. Started debugging verilog backend. Added Long support so UInt(LARGENUMBER) works
Diffstat (limited to 'test/features')
-rw-r--r--test/features/Long.fir6
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)