2 * Copyright (c) 2002 Stephen Williams (steve@icarus.com)
4 * This source code is free software; you can redistribute it
5 * and/or modify it in source code form under the terms of the GNU
6 * General Public License as published by the Free Software
7 * Foundation; either version 2 of the License, or (at your option)
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
20 #ident "$Id: finish.c,v 1.2 2002/08/12 01:35:02 steve Exp $"
23 # include <vpi_user.h>
24 # include <veriuser.h>
28 * Implement tf_dofinish and tf_dostop using vpi functions.
32 vpi_control(vpiFinish
, 0);
38 vpi_control(vpiStop
, 0);
44 * Revision 1.2 2002/08/12 01:35:02 steve
45 * conditional ident string using autoconfig.
47 * Revision 1.1 2002/05/19 05:21:00 steve
48 * Start the libveriuser library.