Jlm
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
jlm::tooling::JlmHlsCommand Class Referencefinal

#include <Command.hpp>

Inheritance diagram for jlm::tooling::JlmHlsCommand:
Inheritance graph
[legend]
Collaboration diagram for jlm::tooling::JlmHlsCommand:
Collaboration graph
[legend]

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::FilePathInputFile () const noexcept
 
- Public Member Functions inherited from jlm::tooling::Command
virtual ~Command ()
 
virtual void Run () const
 

Static Public Member Functions

static CommandGraph::NodeCreate (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
 

Detailed Description

The JlmHlsCommand class represents the jlm-hls command line tool.

Definition at line 579 of file Command.hpp.

Constructor & Destructor Documentation

◆ ~JlmHlsCommand()

jlm::tooling::JlmHlsCommand::~JlmHlsCommand ( )
overridedefaultnoexcept

◆ JlmHlsCommand()

jlm::tooling::JlmHlsCommand::JlmHlsCommand ( util::FilePath  inputFile,
util::FilePath  outputFolder,
std::vector< std::string >  options 
)
inline

Definition at line 584 of file Command.hpp.

Member Function Documentation

◆ Create()

static CommandGraph::Node& jlm::tooling::JlmHlsCommand::Create ( CommandGraph commandGraph,
const util::FilePath inputFile,
const util::FilePath outputFolder,
const std::vector< std::string > &  options 
)
inlinestatic

Definition at line 627 of file Command.hpp.

◆ FirrtlFile()

util::FilePath jlm::tooling::JlmHlsCommand::FirrtlFile ( ) const
inlinenoexcept

Definition at line 597 of file Command.hpp.

◆ HarnessFile()

util::FilePath jlm::tooling::JlmHlsCommand::HarnessFile ( ) const
inlinenoexcept

Definition at line 615 of file Command.hpp.

◆ InputFile()

const util::FilePath& jlm::tooling::JlmHlsCommand::InputFile ( ) const
inlinenoexcept

Definition at line 621 of file Command.hpp.

◆ LlvmFile()

util::FilePath jlm::tooling::JlmHlsCommand::LlvmFile ( ) const
inlinenoexcept

Definition at line 603 of file Command.hpp.

◆ RefFile()

util::FilePath jlm::tooling::JlmHlsCommand::RefFile ( ) const
inlinenoexcept

Definition at line 609 of file Command.hpp.

◆ ToString()

std::string jlm::tooling::JlmHlsCommand::ToString ( ) const
overridevirtual

Implements jlm::tooling::Command.

Definition at line 749 of file Command.cpp.

Member Data Documentation

◆ InputFile_

util::FilePath jlm::tooling::JlmHlsCommand::InputFile_
private

Definition at line 638 of file Command.hpp.

◆ Options

std::vector<std::string> jlm::tooling::JlmHlsCommand::Options
private

Definition at line 640 of file Command.hpp.

◆ OutputFolder_

util::FilePath jlm::tooling::JlmHlsCommand::OutputFolder_
private

Definition at line 639 of file Command.hpp.


The documentation for this class was generated from the following files: