diff options
| author | jackkoenig | 2015-11-02 12:14:21 -0800 |
|---|---|---|
| committer | jackkoenig | 2015-11-02 12:14:21 -0800 |
| commit | d477d636b78875a0742af44f5f0372e380c36b46 (patch) | |
| tree | 14a3f140a4b6fa0abf55dc58443f516bed39ec47 /test/parser | |
| parent | d715e65b8de4823621b072065b746730d712d2a4 (diff) | |
Deleted extranous passes.stanza comments, updated standard passes. Added support for -b <backend> flag without any other specified passes in stanza, updated parser tests to work with stanza implementation.
Diffstat (limited to 'test/parser')
| -rw-r--r-- | test/parser/bundle.fir | 2 | ||||
| -rw-r--r-- | test/parser/gcd.fir | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/parser/bundle.fir b/test/parser/bundle.fir index c9600d10..e0db4a7f 100644 --- a/test/parser/bundle.fir +++ b/test/parser/bundle.fir @@ -1,4 +1,4 @@ -; RUN: firrtl -i %s -o %s.out -X HighFIRRTL && cat %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.out -X firrtl && cat %s.out | FileCheck %s circuit top : module top : wire z : { x : UInt, flip y: SInt} diff --git a/test/parser/gcd.fir b/test/parser/gcd.fir index 3a9317b8..4b068699 100644 --- a/test/parser/gcd.fir +++ b/test/parser/gcd.fir @@ -1,4 +1,4 @@ -; RUN: firrtl -i %s -o %s.out -X HighFIRRTL && cat %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.out -X firrtl && cat %s.out | FileCheck %s circuit GCD : module GCD : input e : UInt<1> |
