From 2006604530fb8fd214fe4e8e182bedacd71b49b3 Mon Sep 17 00:00:00 2001 From: azidar Date: Sat, 2 May 2015 15:25:04 -0700 Subject: Added a infrastructure for check passes, and wrote a few --- test/syntax/letrec-non-struct.fir | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/syntax/letrec-non-struct.fir (limited to 'test/syntax/letrec-non-struct.fir') 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) -- cgit v1.2.3