Jlm
Loading...
Searching...
No Matches
VerilatorHarnessAxi.hpp
Go to the documentation of this file.
1/*
2 * Copyright 2025 David Metz <david.c.metz@ntnu.no>
3 * See COPYING for terms of redistribution.
4 */
5
6#ifndef JLM_HLS_BACKEND_RHLS2FIRRTL_VERILATORHARNESSAXI_HPP
7#define JLM_HLS_BACKEND_RHLS2FIRRTL_VERILATORHARNESSAXI_HPP
8
11
12namespace jlm::hls
13{
15{
17
18 std::string
19 extension() override
20 {
21 return "harness_axi.cpp";
22 }
23
24 std::string
26
27public:
37};
38
39}
40
41#endif // JLM_HLS_BACKEND_RHLS2FIRRTL_VERILATORHARNESSAXI_HPP
VerilatorHarnessAxi(util::FilePath verilogFile)
std::string GetText(llvm::LlvmRvsdgModule &rm) override
NodeType * TryGetOwnerNode(const rvsdg::Input &input) noexcept
Checks if this is an input to a node of specified type.
Definition node.hpp:872