diff options
| author | azidar | 2015-04-20 12:08:10 -0700 |
|---|---|---|
| committer | azidar | 2015-04-20 12:08:10 -0700 |
| commit | 7617e33993abf9f6be357e0261755a4736c2e085 (patch) | |
| tree | a8a32a3e0d731b49173f1c6f02056aea20902ada /test/passes/jacktest | |
| parent | 130c6676418e85d5d4dd12a0f0845e912eda8c3e (diff) | |
Fixed tests to use new execution arguments. Added and fixed chisel3 bugs
Diffstat (limited to 'test/passes/jacktest')
| -rw-r--r-- | test/passes/jacktest/bundlewire.fir | 2 | ||||
| -rw-r--r-- | test/passes/jacktest/gcd.fir | 2 | ||||
| -rw-r--r-- | test/passes/jacktest/risc.fir | 3 | ||||
| -rw-r--r-- | test/passes/jacktest/testlower.fir | 2 | ||||
| -rw-r--r-- | test/passes/jacktest/vecshift.fir | 2 |
5 files changed, 6 insertions, 5 deletions
diff --git a/test/passes/jacktest/bundlewire.fir b/test/passes/jacktest/bundlewire.fir index 18e246a9..cd5b2dfe 100644 --- a/test/passes/jacktest/bundlewire.fir +++ b/test/passes/jacktest/bundlewire.fir @@ -1,4 +1,4 @@ -; RUN: firrtl %s abcefghipj cg | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.flo -x X -p cg | tee %s.out | FileCheck %s ; CHECK: Expand Whens diff --git a/test/passes/jacktest/gcd.fir b/test/passes/jacktest/gcd.fir index a05ef6e6..92c6eb46 100644 --- a/test/passes/jacktest/gcd.fir +++ b/test/passes/jacktest/gcd.fir @@ -1,4 +1,4 @@ -; RUN: firrtl %s abcefghipjklmnoq cw | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.flo -x X -p cw | tee %s.out | FileCheck %s ;CHECK: To Flo circuit GCD : diff --git a/test/passes/jacktest/risc.fir b/test/passes/jacktest/risc.fir index 8422b50d..a7d35bf6 100644 --- a/test/passes/jacktest/risc.fir +++ b/test/passes/jacktest/risc.fir @@ -1,5 +1,6 @@ -; RUN: firrtl %s qabcdefghijklmnopj c | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.flo -x X -p c | tee %s.out | FileCheck %s ; CHECK: Expand Whens + circuit Risc : module Risc : output out : UInt(32) diff --git a/test/passes/jacktest/testlower.fir b/test/passes/jacktest/testlower.fir index 0356597e..c338d094 100644 --- a/test/passes/jacktest/testlower.fir +++ b/test/passes/jacktest/testlower.fir @@ -1,4 +1,4 @@ -; RUN: firrtl %s abcefghipj cg | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.flo -x X -p c | tee %s.out | FileCheck %s ; CHECK: Expand Whens diff --git a/test/passes/jacktest/vecshift.fir b/test/passes/jacktest/vecshift.fir index 9910064d..4d2563af 100644 --- a/test/passes/jacktest/vecshift.fir +++ b/test/passes/jacktest/vecshift.fir @@ -1,4 +1,4 @@ -; RUN: firrtl %s abcefghipj c | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.flo -x X -p c | tee %s.out | FileCheck %s ; CHECK: Expand Whens |
