1
0

Exit from testbench, not C code

Otherwise, we don't get coverage data from the simulator.
This commit is contained in:
Andrew Waterman
2016-06-23 20:54:07 -07:00
parent 4cd709c516
commit 87a4858aa6
3 changed files with 3 additions and 9 deletions

View File

@ -21,11 +21,6 @@ static const char* loadmem;
static bool dramsim = false;
static int memory_channel_mux_select = 0;
void do_exit(vc_handle failure)
{
exit(vc_getScalar(failure));
}
int main(int argc, char** argv)
{
for (int i = 1; i < argc; i++)