From 8c1c4225c340dc658f7d0956e8b231050c122abc Mon Sep 17 00:00:00 2001 From: azidar Date: Thu, 19 Feb 2015 08:28:54 -0800 Subject: Added compiler flags to allow tests to select which passes they test. Changed package names from chipper to firrtl --- test/unit/simple.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/simple.fir') diff --git a/test/unit/simple.fir b/test/unit/simple.fir index 01389604..d00f8f7a 100644 --- a/test/unit/simple.fir +++ b/test/unit/simple.fir @@ -1,4 +1,4 @@ -; RUN: firrtl %s | FileCheck %s +; RUN: firrtl %s ab | tee %s.out | FileCheck %s circuit top : module subtracter : -- cgit v1.2.3