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/inline | |
| parent | 130c6676418e85d5d4dd12a0f0845e912eda8c3e (diff) | |
Fixed tests to use new execution arguments. Added and fixed chisel3 bugs
Diffstat (limited to 'test/passes/inline')
| -rw-r--r-- | test/passes/inline/gcd.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/inline/gcd.fir b/test/passes/inline/gcd.fir index 5713cd43..8cb856f2 100644 --- a/test/passes/inline/gcd.fir +++ b/test/passes/inline/gcd.fir @@ -1,4 +1,4 @@ -; RUN: firrtl %s abcefghipjkl c | tee %s.out | FileCheck %s +; RUN: firrtl -i %s -o %s.flo -x abcdefghijklm -p c | tee %s.out | FileCheck %s ;CHECK: Inline Instances circuit top : |
