#include <FirrtlToVerilogConverter.hpp>
◆ FirrtlToVerilogConverter()
| jlm::hls::FirrtlToVerilogConverter::FirrtlToVerilogConverter |
( |
| ) |
|
|
delete |
◆ Convert()
Converts FIRRTL to Verilog by reading FIRRTL from a file and writing the converted Verilog to another file. The functionality is heavily inspired by the processBuffer() function of the firtool in the CIRCT project.
- Parameters
-
| inputFirrtlFile | The complete path to the FIRRTL file to convert to Verilog. |
| outputVerilogFile | The complete path to the Verilog file to write the converted Verilog to. |
- Returns
- True if the conversion was successful, false otherwise.
Definition at line 24 of file FirrtlToVerilogConverter.cpp.
The documentation for this class was generated from the following files: