Jlm
Loading...
Searching...
No Matches
FirrtlToVerilogConverter.hpp
Go to the documentation of this file.
1/*
2 * Copyright 2024 Magnus Sjalander <work@sjalander.com>
3 * See COPYING for terms of redistribution.
4 */
5
6#ifndef JLM_HLS_BACKEND_FIRRTL2VERILOG_FIRRTLTOVERILOGCONVERTER_HPP
7#define JLM_HLS_BACKEND_FIRRTL2VERILOG_FIRRTLTOVERILOGCONVERTER_HPP
8
9#include <jlm/util/file.hpp>
10
11namespace jlm::hls
12{
13
15{
16public:
18
28 static bool
29 Convert(const util::FilePath inputFirrtlFile, const util::FilePath outputVerilogFile);
30};
31
32} // namespace jlm::hls
33
34#endif // JLM_HLS_BACKEND_FIRRTL2VERILOG_FIRRTLTOVERILOGCONVERTER_HPP
static bool Convert(const util::FilePath inputFirrtlFile, const util::FilePath outputVerilogFile)