CIRCT  20.0.0git
VerifPasses.h
Go to the documentation of this file.
1 
2 //===- Passes.h - Verif pass entry points ------------------------*- C++-*-===//
3 //
4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // See https://llvm.org/LICENSE.txt for license information.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This header file defines prototypes that expose pass constructors.
11 //
12 //===----------------------------------------------------------------------===//
13 
14 #ifndef CIRCT_DIALECT_VERIF_VERIFPASSES_H
15 #define CIRCT_DIALECT_VERIF_VERIFPASSES_H
16 
17 #include "circt/Dialect/HW/HWOps.h"
18 #include "mlir/Pass/Pass.h"
19 #include "mlir/Pass/PassRegistry.h"
20 #include <memory>
21 #include <optional>
22 
23 namespace circt {
24 namespace verif {
25 
26 std::unique_ptr<mlir::Pass> createVerifyClockedAssertLikePass();
27 std::unique_ptr<mlir::Pass> createPrepareForFormalPass();
28 
29 #define GEN_PASS_REGISTRATION
30 #include "circt/Dialect/Verif/Passes.h.inc"
31 
32 } // namespace verif
33 } // namespace circt
34 
35 #endif // CIRCT_DIALECT_VERIF_VERIFPASSES_H
std::unique_ptr< mlir::Pass > createVerifyClockedAssertLikePass()
std::unique_ptr< mlir::Pass > createPrepareForFormalPass()
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21
Definition: verif.py:1