Skip to content

Commit a206aac

Browse files
authored
[HWToBTOR2] Swap to temp file placeholder (#7852)
1 parent c5f14f1 commit a206aac

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

test/Conversion/HWToBTOR2/comb.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: circt-opt %s --convert-hw-to-btor2 -o tmp.mlir | FileCheck %s
1+
// RUN: circt-opt %s --convert-hw-to-btor2 -o %t | FileCheck %s
22

33
module {
44
// CHECK: [[NID0:[0-9]+]] sort bitvec 32

test/Conversion/HWToBTOR2/combOOO.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: circt-opt %s --convert-hw-to-btor2 -o tmp.mlir | FileCheck %s
1+
// RUN: circt-opt %s --convert-hw-to-btor2 -o %t | FileCheck %s
22

33
module {
44
// CHECK: [[NID0:[0-9]+]] sort bitvec 32

test/Conversion/HWToBTOR2/compreg-resets.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: circt-opt %s --convert-hw-to-btor2 -o tmp.mlir | FileCheck %s
1+
// RUN: circt-opt %s --convert-hw-to-btor2 -o %t | FileCheck %s
22

33
module {
44
//CHECK: [[NID0:[0-9]+]] sort bitvec 1

test/Conversion/HWToBTOR2/compreg.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: circt-opt %s --convert-hw-to-btor2 -o tmp.mlir | FileCheck %s
1+
// RUN: circt-opt %s --convert-hw-to-btor2 -o %t | FileCheck %s
22

33
module {
44
//CHECK: [[NID0:[0-9]+]] sort bitvec 1

test/Conversion/HWToBTOR2/errors.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: circt-opt %s --convert-hw-to-btor2 --verify-diagnostics --split-input-file -o tmp.mlir
1+
// RUN: circt-opt %s --convert-hw-to-btor2 --verify-diagnostics --split-input-file -o %t
22

33
hw.module @init_emitter(out out: !seq.immutable<i32>) {
44
%init = seq.initial () {

test/Conversion/HWToBTOR2/init.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: circt-opt %s --convert-hw-to-btor2 -o tmp.mlir | FileCheck %s
1+
// RUN: circt-opt %s --convert-hw-to-btor2 -o %t | FileCheck %s
22

33
module {
44
//CHECK: [[NID0:[0-9]+]] sort bitvec 1

test/Conversion/HWToBTOR2/seq.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: circt-opt %s --convert-hw-to-btor2 -o tmp.mlir | FileCheck %s
1+
// RUN: circt-opt %s --convert-hw-to-btor2 -o %t | FileCheck %s
22

33
module {
44
//CHECK: [[NID0:[0-9]+]] sort bitvec 1

0 commit comments

Comments
 (0)