Loading [MathJax]/extensions/tex2jax.js
CIRCT 21.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Enumerations
circt::lec Namespace Reference

Enumerations

enum class  InsertAdditionalModeEnum { None , Reporting , Main }
 

Enumeration Type Documentation

◆ InsertAdditionalModeEnum

Enumerator
None 

Don't insert any LLVM code.

Reporting 

Insert LLVM code to report the LEC result from an SMT solver.

Main 

Insert a main function for AOT compilation.

Definition at line 21 of file Passes.h.