CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
circt::ArcToLLVMOptions Struct Reference

#include <pipelines.h>

Inheritance diagram for circt::ArcToLLVMOptions:
Inheritance graph
[legend]
Collaboration diagram for circt::ArcToLLVMOptions:
Collaboration graph
[legend]

Public Attributes

Option< bool > noRuntime
 
Option< std::string > extraRuntimeArgs
 
Option< std::string > traceFileName
 

Detailed Description

Definition at line 116 of file pipelines.h.

Member Data Documentation

◆ extraRuntimeArgs

Option<std::string> circt::ArcToLLVMOptions::extraRuntimeArgs
Initial value:
{
*this, "extra-runtime-args",
llvm::cl::desc(
"Extra arguments passed to the runtime library for JIT runs"),
llvm::cl::init("")}

Definition at line 121 of file pipelines.h.

◆ noRuntime

Option<bool> circt::ArcToLLVMOptions::noRuntime
Initial value:
{
*this, "no-runtime",
llvm::cl::desc("Don't emit calls to the runtime library"),
llvm::cl::init(false)}

Definition at line 117 of file pipelines.h.

◆ traceFileName

Option<std::string> circt::ArcToLLVMOptions::traceFileName
Initial value:
{
*this, "trace-file", llvm::cl::desc("Output file for signal traces"),
llvm::cl::init("")}

Definition at line 126 of file pipelines.h.


The documentation for this struct was generated from the following file: