OpenASIP
2.0
|
#include <cstdlib>
#include <iostream>
#include <string>
#include "HDBTester.hh"
#include "TestHDBCmdLineOptions.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
const string | GHDL_SIM = "ghdl" |
const string | VSIM_SIM = "modelsim" |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 43 of file TestHDB.cc.
References Exception::errorMessage(), GHDL_SIM, CmdLineParser::numberOfArguments(), options, CmdLineOptions::parse(), MachInfoCmdLineOptions::printHelp(), SIM_GHDL, SIM_MODELSIM, HDBTester::testAllEntries(), HDBTester::testOneFU(), HDBTester::testOneRF(), and VSIM_SIM.
const string GHDL_SIM = "ghdl" |
Definition at line 40 of file TestHDB.cc.
Referenced by main().
const string VSIM_SIM = "modelsim" |
Definition at line 41 of file TestHDB.cc.
Referenced by main().