cva6/tb/dpi/msim_helper.h
2018-11-03 22:44:45 +01:00

12 lines
229 B
C++

// Author: Florian Zaruba
// Description: ModelSim Helper Functions
#ifndef _MSIM_HELPER_H
#define _MSIM_HELPER_H
#include <vector>
#include <string>
// sanitize htif arguments
std::vector<std::string> sanitize_args();
#endif