|
Jlm
|
#include <Command.hpp>


Public Member Functions | |
| ~JlmHlsCommand () noexcept override | |
| JlmHlsCommand (util::FilePath inputFile, util::FilePath outputFolder, std::vector< std::string > options) | |
| std::string | ToString () const override |
| util::FilePath | FirrtlFile () const noexcept |
| util::FilePath | LlvmFile () const noexcept |
| util::FilePath | RefFile () const noexcept |
| util::FilePath | HarnessFile () const noexcept |
| const util::FilePath & | InputFile () const noexcept |
Public Member Functions inherited from jlm::tooling::Command | |
| virtual | ~Command () |
| virtual void | Run () const |
Static Public Member Functions | |
| static CommandGraph::Node & | Create (CommandGraph &commandGraph, const util::FilePath &inputFile, const util::FilePath &outputFolder, const std::vector< std::string > &options) |
Private Attributes | |
| util::FilePath | InputFile_ |
| util::FilePath | OutputFolder_ |
| std::vector< std::string > | Options |
The JlmHlsCommand class represents the jlm-hls command line tool.
Definition at line 579 of file Command.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 584 of file Command.hpp.
|
inlinestatic |
Definition at line 627 of file Command.hpp.
|
inlinenoexcept |
Definition at line 597 of file Command.hpp.
|
inlinenoexcept |
Definition at line 615 of file Command.hpp.
|
inlinenoexcept |
Definition at line 621 of file Command.hpp.
|
inlinenoexcept |
Definition at line 603 of file Command.hpp.
|
inlinenoexcept |
Definition at line 609 of file Command.hpp.
|
overridevirtual |
Implements jlm::tooling::Command.
Definition at line 749 of file Command.cpp.
|
private |
Definition at line 638 of file Command.hpp.
|
private |
Definition at line 640 of file Command.hpp.
|
private |
Definition at line 639 of file Command.hpp.