![]() |
PandA-2024.02
|
Wrapper to Verilator simulator. More...
#include "VerilatorWrapper.hpp"#include "Parameter.hpp"#include "constant_strings.hpp"#include "dbgPrintHelper.hpp"#include "exceptions.hpp"#include "fileIO.hpp"#include "file_IO_constants.hpp"#include "utility.hpp"#include <cerrno>#include <filesystem>#include <fstream>#include <unistd.h>#include <utility>
Go to the source code of this file.
Macros | |
| #define | SIM_SUBDIR (Param->getOption<std::string>(OPT_output_directory) + std::string("/verilator")) |
Wrapper to Verilator simulator.
Definition in file VerilatorWrapper.cpp.
| #define SIM_SUBDIR (Param->getOption<std::string>(OPT_output_directory) + std::string("/verilator")) |
Definition at line 59 of file VerilatorWrapper.cpp.
Referenced by VerilatorWrapper::GenerateScript(), and VerilatorWrapper::VerilatorWrapper().
1.8.13