From 7617e33993abf9f6be357e0261755a4736c2e085 Mon Sep 17 00:00:00 2001 From: azidar Date: Mon, 20 Apr 2015 12:08:10 -0700 Subject: Fixed tests to use new execution arguments. Added and fixed chisel3 bugs --- test/simple.fir | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/simple.fir (limited to 'test/simple.fir') diff --git a/test/simple.fir b/test/simple.fir deleted file mode 100644 index d00f8f7a..00000000 --- a/test/simple.fir +++ /dev/null @@ -1,11 +0,0 @@ -; RUN: firrtl %s ab | tee %s.out | FileCheck %s - -circuit top : - module subtracter : - input x : UInt - input y : UInt - output z : UInt - z := sub-mod(x, y) -; CHECK: output z : UInt -; CHECK: port:z := sub-mod(port:x, port:y) - -- cgit v1.2.3