42 #ifndef _SIMULATION_TOOL_HPP_ 43 #define _SIMULATION_TOOL_HPP_ 85 virtual std::string
GenerateScript(std::ostream& script,
const std::string& top_filename,
86 const std::list<std::string>& file_list) = 0;
89 std::string& beh_cflags)
const;
106 const std::string& top_fname,
const std::string& inc_dirs);
121 virtual void Simulate(
unsigned long long& accum_cycles,
unsigned long long& n_testcases);
128 void DetermineCycles(
unsigned long long int& accum_cycles,
unsigned long long& n_testcases);
134 virtual void Clean()
const;
Template definition of refcount.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...