circt/test/firtool/formal.mlir

13 lines
229 B
MLIR

// RUN: firtool %s --verilog | FileCheck %s
// Sanity check to ensure that formal unit tests are lowered to top-level
// modules.
// CHECK: module Foo()
verif.formal @Foo {} {
}
// CHECK: module Bar()
verif.formal @Bar {} {
}