|
Jlm
|
#include <CommandLine.hpp>


Public Types | |
| enum class | OutputFormat { Firrtl , Dot } |
Public Member Functions | |
| JlmHlsCommandLineOptions () | |
| void | Reset () noexcept override |
Public Member Functions inherited from jlm::tooling::CommandLineOptions | |
| virtual | ~CommandLineOptions () |
| CommandLineOptions ()=default | |
Public Attributes | |
| util::FilePath | InputFile_ |
| util::FilePath | OutputFiles_ |
| OutputFormat | OutputFormat_ |
| std::string | HlsFunction_ |
| bool | ExtractHlsFunction_ |
| size_t | MemoryLatency_ |
| bool | dumpRvsdgDotGraphs_ |
Command line options for the jlm-hls command line tool.
Definition at line 382 of file CommandLine.hpp.
| Enumerator | |
|---|---|
| Firrtl | |
| Dot | |
Definition at line 385 of file CommandLine.hpp.
|
inline |
Definition at line 391 of file CommandLine.hpp.
|
overridevirtualnoexcept |
Resets the state of the instance.
Implements jlm::tooling::CommandLineOptions.
Definition at line 245 of file CommandLine.cpp.
| bool jlm::tooling::JlmHlsCommandLineOptions::dumpRvsdgDotGraphs_ |
Definition at line 411 of file CommandLine.hpp.
| bool jlm::tooling::JlmHlsCommandLineOptions::ExtractHlsFunction_ |
Definition at line 409 of file CommandLine.hpp.
| std::string jlm::tooling::JlmHlsCommandLineOptions::HlsFunction_ |
Definition at line 408 of file CommandLine.hpp.
| util::FilePath jlm::tooling::JlmHlsCommandLineOptions::InputFile_ |
Definition at line 405 of file CommandLine.hpp.
| size_t jlm::tooling::JlmHlsCommandLineOptions::MemoryLatency_ |
Definition at line 410 of file CommandLine.hpp.
| util::FilePath jlm::tooling::JlmHlsCommandLineOptions::OutputFiles_ |
Definition at line 406 of file CommandLine.hpp.
| OutputFormat jlm::tooling::JlmHlsCommandLineOptions::OutputFormat_ |
Definition at line 407 of file CommandLine.hpp.