Skip to content

Commit

Permalink
[HWToBTOR2] Swap to temp file placeholder (#7852)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoBi22 authored Nov 20, 2024
1 parent c5f14f1 commit a206aac
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/Conversion/HWToBTOR2/comb.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: circt-opt %s --convert-hw-to-btor2 -o tmp.mlir | FileCheck %s
// RUN: circt-opt %s --convert-hw-to-btor2 -o %t | FileCheck %s

module {
// CHECK: [[NID0:[0-9]+]] sort bitvec 32
Expand Down
2 changes: 1 addition & 1 deletion test/Conversion/HWToBTOR2/combOOO.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: circt-opt %s --convert-hw-to-btor2 -o tmp.mlir | FileCheck %s
// RUN: circt-opt %s --convert-hw-to-btor2 -o %t | FileCheck %s

module {
// CHECK: [[NID0:[0-9]+]] sort bitvec 32
Expand Down
2 changes: 1 addition & 1 deletion test/Conversion/HWToBTOR2/compreg-resets.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: circt-opt %s --convert-hw-to-btor2 -o tmp.mlir | FileCheck %s
// RUN: circt-opt %s --convert-hw-to-btor2 -o %t | FileCheck %s

module {
//CHECK: [[NID0:[0-9]+]] sort bitvec 1
Expand Down
2 changes: 1 addition & 1 deletion test/Conversion/HWToBTOR2/compreg.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: circt-opt %s --convert-hw-to-btor2 -o tmp.mlir | FileCheck %s
// RUN: circt-opt %s --convert-hw-to-btor2 -o %t | FileCheck %s

module {
//CHECK: [[NID0:[0-9]+]] sort bitvec 1
Expand Down
2 changes: 1 addition & 1 deletion test/Conversion/HWToBTOR2/errors.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: circt-opt %s --convert-hw-to-btor2 --verify-diagnostics --split-input-file -o tmp.mlir
// RUN: circt-opt %s --convert-hw-to-btor2 --verify-diagnostics --split-input-file -o %t

hw.module @init_emitter(out out: !seq.immutable<i32>) {
%init = seq.initial () {
Expand Down
2 changes: 1 addition & 1 deletion test/Conversion/HWToBTOR2/init.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: circt-opt %s --convert-hw-to-btor2 -o tmp.mlir | FileCheck %s
// RUN: circt-opt %s --convert-hw-to-btor2 -o %t | FileCheck %s

module {
//CHECK: [[NID0:[0-9]+]] sort bitvec 1
Expand Down
2 changes: 1 addition & 1 deletion test/Conversion/HWToBTOR2/seq.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: circt-opt %s --convert-hw-to-btor2 -o tmp.mlir | FileCheck %s
// RUN: circt-opt %s --convert-hw-to-btor2 -o %t | FileCheck %s

module {
//CHECK: [[NID0:[0-9]+]] sort bitvec 1
Expand Down

0 comments on commit a206aac

Please sign in to comment.