diff options
| author | azidar | 2015-02-19 08:28:54 -0800 |
|---|---|---|
| committer | azidar | 2015-02-19 08:28:54 -0800 |
| commit | 8c1c4225c340dc658f7d0956e8b231050c122abc (patch) | |
| tree | 93c438922163579d5f00b3f3984c0506f66f59fc /test/unit/simple.fir | |
| parent | 50b5ce57d1b823a03725dd0aa2141f300c244bf1 (diff) | |
Added compiler flags to allow tests to select which passes they test.
Changed package names from chipper to firrtl
Diffstat (limited to 'test/unit/simple.fir')
| -rw-r--r-- | test/unit/simple.fir | 2 |
1 files changed, 1 insertions, 1 deletions
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 : |
