aboutsummaryrefslogtreecommitdiff
path: root/test/syntax/letrec-non-struct.fir
diff options
context:
space:
mode:
authorazidar2015-05-02 15:25:04 -0700
committerazidar2015-05-02 15:25:04 -0700
commit2006604530fb8fd214fe4e8e182bedacd71b49b3 (patch)
tree5a846b880ef8bf71a860faead945bc64d44cd4de /test/syntax/letrec-non-struct.fir
parent93ba0196dc2ba88e4e34346e5fbc105743a8eaa0 (diff)
Added a infrastructure for check passes, and wrote a few
Diffstat (limited to 'test/syntax/letrec-non-struct.fir')
-rw-r--r--test/syntax/letrec-non-struct.fir9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/syntax/letrec-non-struct.fir b/test/syntax/letrec-non-struct.fir
deleted file mode 100644
index 37fb2123..00000000
--- a/test/syntax/letrec-non-struct.fir
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: firrtl %s | tee %s.out | FileCheck %s
-circuit top:
- module top:
- input x : UInt(16)
- output y : UInt(16)
- letrec:
- reg r : UInt(10)
- in:
- r := UInt(11)