|
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 581 of file Command.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 586 of file Command.hpp.
|
inlinestatic |
Definition at line 629 of file Command.hpp.
|
inlinenoexcept |
Definition at line 599 of file Command.hpp.
|
inlinenoexcept |
Definition at line 617 of file Command.hpp.
|
inlinenoexcept |
Definition at line 623 of file Command.hpp.
|
inlinenoexcept |
Definition at line 605 of file Command.hpp.
|
inlinenoexcept |
Definition at line 611 of file Command.hpp.
|
overridevirtual |
Implements jlm::tooling::Command.
Definition at line 772 of file Command.cpp.
|
private |
Definition at line 640 of file Command.hpp.
|
private |
Definition at line 642 of file Command.hpp.
|
private |
Definition at line 641 of file Command.hpp.