aboutsummaryrefslogtreecommitdiff
path: root/test/passes/jacktest
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/jacktest')
-rw-r--r--test/passes/jacktest/bundlewire.fir2
-rw-r--r--test/passes/jacktest/gcd.fir2
-rw-r--r--test/passes/jacktest/risc.fir3
-rw-r--r--test/passes/jacktest/testlower.fir2
-rw-r--r--test/passes/jacktest/vecshift.fir2
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