File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
test/Conversion/HWToBTOR2 Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
module {
4
4
// CHECK: [[NID0:[0-9]+]] sort bitvec 32
Original file line number Diff line number Diff line change 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
2
2
3
3
module {
4
4
// CHECK: [[NID0:[0-9]+]] sort bitvec 32
Original file line number Diff line number Diff line change 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
2
2
3
3
module {
4
4
//CHECK: [[NID0:[0-9]+]] sort bitvec 1
Original file line number Diff line number Diff line change 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
2
2
3
3
module {
4
4
//CHECK: [[NID0:[0-9]+]] sort bitvec 1
Original file line number Diff line number Diff line change 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
2
2
3
3
hw.module @init_emitter (out out : !seq.immutable <i32 >) {
4
4
%init = seq.initial () {
Original file line number Diff line number Diff line change 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
2
2
3
3
module {
4
4
//CHECK: [[NID0:[0-9]+]] sort bitvec 1
Original file line number Diff line number Diff line change 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
2
2
3
3
module {
4
4
//CHECK: [[NID0:[0-9]+]] sort bitvec 1
You can’t perform that action at this time.
0 commit comments