aboutsummaryrefslogtreecommitdiff
path: root/test/syntax
diff options
context:
space:
mode:
authorjackbackrack2015-05-02 23:56:46 -0700
committerjackbackrack2015-05-02 23:56:46 -0700
commit1b57cff7dfc245dd0a0f7a1a591db6dc04e245e0 (patch)
treeb9be5d3c14ef853ed9104c31392973917ea4f2e8 /test/syntax
parent07dd1e577a5f605388bc18c37802c8c9a00801a6 (diff)
parent2006604530fb8fd214fe4e8e182bedacd71b49b3 (diff)
merge
Diffstat (limited to 'test/syntax')
-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)